ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

recording only header image_raw message

asked 2019-03-02 02:55:43 -0500

jptalledo gravatar image

I would like to record using rosbag only the /usb_cam/image_raw/header topic excluding the data.

Tried:

rosbag record -a -x "/usb_cam1/image_raw/data"

But looks like it is not working. I have more topics to include than exclude so just checking for suggestions

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2019-03-02 09:37:48 -0500

gvdhoorn gravatar image

I would like to record using rosbag only the /usb_cam/image_raw/header topic excluding the data.

header is not a topic, but a field.

Subscribing to fields is not supported, so I'm afraid what you want to do is impossible.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2019-03-02 02:55:43 -0500

Seen: 246 times

Last updated: Mar 02 '19