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

Navigation stack sensor sources

asked 2012-08-20 15:52:44 -0500

moyashi gravatar image

Hi, I'm studying the navigation stack.
My question is, Will PointCloud Message be converted to LaserScan Mesassge?

In wiki, it's said that it accepts sensor data published using
either the sensor_msgs/LaserScan Message type or the sensor_msgs/PointCloud Message type.
However, in turtlebot_bringup, PointCloud Message is apparently converted to LaserScan Message
using pointcloud_to_laserscan package.

Then, does the above mean that
it accepts both Messages because PointCloud Message can be converted to LaserScan Message?
Only when building maps, will PointCloud Message be converted?

Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2012-08-20 22:46:29 -0500

Lorenz gravatar image

The navigation costmaps used in the nav stack work on both, point clouds and laser scans. I guess using big point clouds produced by e.g. the kinect can slow down the costmaps because lots of points have to be added at a pretty high rate. That might be the reason for using laser scans generated from point clouds instead of using the complete point cloud although it definitely contains more information.

Nodes for localization and map building, e.g. amcl and gmapping, need laser scans however.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2012-08-20 15:52:44 -0500

Seen: 361 times

Last updated: Aug 20 '12