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

You should probably learn to use the basic ROS tools. rostopic info /base_scan will tell you the message type that is being published and rosmsg show sensor_msgs/LaserScan will display that message type for you.

In this case check out sensor_msgs/LaserScan.