ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Accessing custom rosbuild msgs in catkin

asked 2013-06-25 20:27:07 -0500

bplant gravatar image

I'm trying to access custom rosbuild msgs in catkin. I've tried using add_dependencies( .... ) but it did not work.

How do I include custom rosbuild packages and their msgs/srvs in catkin CMakeLists? The catkin packages reside in catkin_ws and the rosbuild packages reside in rosbuild_ws.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2014-03-17 13:28:50 -0500

tfoote gravatar image

You cannot have a catkin package depend on a rosbuild package. Catkin packages provide a backwards compatibility layer to let rosbuild packages build on top, but it does not work the other way.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-25 20:27:07 -0500

Seen: 100 times

Last updated: Mar 17 '14