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

bplant's profile - activity

2015-06-22 00:59:24 -0500 received badge  Notable Question (source)
2014-03-18 23:50:44 -0500 received badge  Popular Question (source)
2013-06-25 20:27:07 -0500 asked a question Accessing custom rosbuild msgs in catkin

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.