Skip to content

Commit

Permalink
try regex to match topics to record
Browse files Browse the repository at this point in the history
  • Loading branch information
tetov committed Aug 21, 2024
1 parent 71064e0 commit 093e951
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions launch/bringup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<!-- RECORD -->
<node
name="record" pkg="rosbag" type="record"
args="--all --publish --output-prefix=$(env HOME)/rosbags/$(optenv HOSTNAME no_env_hostname) --split
--duration=2h --lz4"
args="--publish --output-prefix=$(env HOME)/rosbags/$(optenv HOSTNAME no_env_hostname) --split
--duration=1h --lz4 --regex '/tf(*.)' '(*.)image_raw' '(.*)camera_info' '(*.)image_rect'"
unless="$(arg no_record)" />
</launch>

0 comments on commit 093e951

Please sign in to comment.