0

Rosanswers logo

I recorded a rosbag and tried to visualize it in Rviz. I get the following message MessageFilter [target=left_hand ]: Discarding message from [unknown_publisher] due to empty frame_id. This message will only print once. On doing a rostopic echo, I can see that the frame_id is empty. I ran rosrun tf view_frames to generate the pdf.

How do I rewrite the header frame id?


Originally posted by Joy16 on ROS Answers with karma: 112 on 2017-04-17

Post score: 0

1 Answers1

0

Rosanswers logo

rosbag has a python API that you can use for reading and creating new bag files; have a look at the rosbag cookbook and the rosbag API


Originally posted by ahendrix with karma: 47576 on 2017-04-17

This answer was ACCEPTED on the original site

Post score: 1