Last active
March 2, 2021 10:33
-
-
Save kizilkayabayram/d86bed074ebc016601ae25189fadc92c to your computer and use it in GitHub Desktop.
rosbag record exclude lidar regex
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| rosbag record -a -O data.bag -x "/(.*)packets|/(.*)points|/laser_cloud(.*)|/velodyne(.*)|/scan_sim" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment