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

actionlib_msgs are being installed into the wrong location #120

Closed tspicer01 closed 6 years ago

tspicer01 commented 6 years ago

Hello,

Starting with commit https://github.com/ros/common_msgs/commit/5276dce7ac2b118002d6e1fc0c305eb66d643d1c all of our actionlib_msgs are now being installed into the wrong location.

The are now being installed into /

Example: Install space : /tmp/buildd/workspace/install Devel space: /tmp/buildd/workspace/build/devel

Package: strategy_management_msgs

Actionlib msgs are now in : /tmp/buildd/workspace/install/share/strategy_management_msgs/tmp/buildd/workspace/build/devel/strategy_management_msgs/share/strategy_management_msgs/msg

All other messages are in their expected directory location under the install space.

Any help with this issue would be appreciated.

mikepurvis commented 6 years ago

Looks like this merged in #96. @mrjogo, can you comment on the issue?