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

I suppose you are working in python, so I suggest you to look at this tutorial. You can see the message type of a topic using the command rostopic info /topic_name, in your case the message type should be sensor_msgs/LaserScan.

I suppose you are working in python, so I suggest you to look at this tutorial. You can see the message type of a topic using the command rostopic info /topic_name, in your case the message type should be sensor_msgs/LaserScan.

I suppose you are working in python, so I suggest you to look at this tutorial. You can see the message type of a topic using the command rostopic info /topic_name, in your case the message type should be sensor_msgs/LaserScan.