Skip to content

Commit

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

0 comments on commit fdc9057

Please sign in to comment.