ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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