Download the script, then
chmod +x ros2_bag_play_exclude.sh
./ros2_bag_play_exclude.sh <ros2_bag_file> /topic_to_exclude /more_topics_to_exclude /wild_card_match*
| #!/bin/bash | |
| # Ubuntu 18.04 | |
| # This script prepares a fresh Ubuntu installation for general ROS development | |
| # Define software switches | |
| utilities_enable=true | |
| ros_enable=true | |
| husarnet_enable=true |