ros / common_msgs

Commonly used messages in ROS. Includes messages for actions (actionlib_msgs), diagnostics (diagnostic_msgs), geometric primitives (geometry_msgs), robot navigation (nav_msgs), and common sensors (sensor_msgs), such as laser range finders, cameras, point clouds.
http://wiki.ros.org/common_msgs
179 stars 191 forks source link

Alternative approach for converting sensor_msgs/PointCloud2 to a list of named tuples #112

Closed 2scholz closed 6 years ago

2scholz commented 7 years ago

This is an alternative approach to this pull request. I implemented read_points_list using read_points and updated the documentation to make it clear that this function is slower.

If this is merged we would like to see this cherry-picked to indigo.