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 2011-12-26 23:39:50 -0500

joq gravatar image

A frame ID is a string defined via the tf package. To display your point cloud in context with other messages, rviz needs a frame_id in the message Header to transform those data into the fixed frame.

You could just make up a frame ID to publish and select it as the rviz fixed frame, but following the REP-0105 naming conventions probably will work better.