ros2 bag record Regex
Hello,
I'm trying to record certain topics using ros2 bag record -a
. The topics have different namespaces: /uuid21, /uuid22 and /uuid23. How do I select one namespace?
Thanks.
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
Hello,
I'm trying to record certain topics using ros2 bag record -a
. The topics have different namespaces: /uuid21, /uuid22 and /uuid23. How do I select one namespace?
Thanks.
Hi, I typically use a launch file with the following:
<node pkg="rosbag" type="record" name="rosbag_record_sensors" output="screen"
args="--buffsize=0
-e '(.*)you_want_this(.*)|(.*)and_this(.*)'
-x '(.*)you_dont_want_this(.*)|(.*)neither_that(.*)'"/>
Separation is done using |
.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2021-11-28 12:06:11 -0500
Seen: 142 times
Last updated: Nov 28 '21
Unable to locate rosserial for noetic/ubuntu 20
Ros2 subscriber stops receiving message published from bags after replay several times
Colcon test not running gtests
Moveit2 tutoral launching multiple nodes
Is there a way to check message integrity using checksums
Blocked Multicast IPs - TurtleBot3 and Remote PC
URDF Tutorial for ROS2 Foxy throwing an exception
sensor_msgs/CompressedImage to sensor_msgs/Image
'start_controllers' field is deprecated, use 'activate_controllers' field instead!