ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
![]() | 1 | initial version |
Looks like your plugin is publishing laser data to wrong frame. This would explain why rviz cannot visualize your laser data, but you can see the data in the scan topic.
Change "camera_link" from the line
<frameName>camera_link</frameName>
to the frame which matches your laser frame.