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

included missing import for the read_points_list method #128

Closed jgueldenstein closed 6 years ago

jgueldenstein commented 6 years ago

The read_points_list method is currently broken since the import of namedtuple is missing.

Please include this in all current branches

@v4hn

v4hn commented 6 years ago

@tfoote can we get this released back in kinetic soon? I have a practical course coming up and would like students to rely on this fix...