ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

data format of /scan

asked 2016-02-21 07:38:29 -0500

David John gravatar image

Hi all, I'm using ROS INDIGO. I used depthimage_to_laserscan to obtain scan data. what does the values under /scan represent? is it the range from the obstacles(metres or centimetres).?

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2016-02-21 07:54:44 -0500

gvdhoorn gravatar image

updated 2016-02-21 07:56:26 -0500

That particular node is actually pretty well documented. From wiki/depthimage_to_laserscan - Node - depthimage_to_laserscan - Published topics:

2.1.2 Published Topics

scan (sensor_msgs/LaserScan)

        The output laser scan. Follows REP 117, and will output range arrays that contain NaNs and +-Infs.

If you follow the link to the sensor_msgs/LaserScan documentation, it should be pretty clear.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-02-21 07:38:29 -0500

Seen: 439 times

Last updated: Feb 21 '16