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
183 stars 190 forks source link

geometry_msgs/InertiaStamped.msg depends on non-existent package telemanip_msgs #62

Closed airballking closed 9 years ago

airballking commented 9 years ago

I think we found a bug in geometry_msgs (branches indigo-devel and jade-devel):

The new message definition geometry_msgs/InertiaStamped.msg depends on the non-existent package telemanip_msgs.

This was introduced by this pull request https://github.com/ros/common_msgs/pull/55

Can somebody confirm this issue?

airballking commented 9 years ago

I provided a fix for Indigo. It works under the assumption that Jonathan actually wanted to use Inertia.msg which he also pull requested into geometry_msgs. @jbohren Is this correct?

jbohren commented 9 years ago

Yeah that's correct. Bad migration from the other package it was living in.

tfoote commented 9 years ago

Fixed in #63