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

Hi,

The issue is your fixed frame, you need to set in which frame your point cloud is expressed. You can find it by doing "rostopic echo name_of_topic | grep frame_id" after launching your bag file.

Then change your fixed frame on Rviz to the name of that frame.

Nico