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

Revision history [back]

click to hide/show revision 1
initial version

answered 2012-08-16 05:00:22 -0500

joq gravatar image

Yes, you need tf.

In the Header of each topic there is a frame_id, naming the frame of reference for each message. This command should show the origins of each frame (assuming they are being published correctly somewhere).

$ rosrun tf tf_monitor

Rviz should be able to display your data in some appropriate frame of reference (probably /map).