ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
No, this is not possible. You can only depend on catkin packages in rosbuild ones, not the other way around. See also note here. There might be some very hacky ways doing it by using cmake, custom scripts and fixed paths or so, but the recommended way is converting all dependencies to catkin.