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

Revision history [back]

click to hide/show revision 1
initial version

catkin packages are also ROS packages (usually). What you mean maybe is a rosbuild package (having manifest.xml). And no, catkin packages cannot depend on rosbuild packages, it only works the other way round. So if you want to build a package that depends on a rosbuild package, your package has to be a rosbuild package, too.