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.

Home Page:http://wiki.ros.org/common_msgs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

airballking opened this issue · comments

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 #55

Can somebody confirm this issue?

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?

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

Fixed in #63