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 2013-05-06 03:27:40 -0500

joq gravatar image

The topic name is /scan, I expect its message type is sensor_msgs/LaserScan. You can verify that with this command:

$ rostopic type /scan

To display it with rviz, follow these instructions.