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

Revision history [back]

As far as I know, you can't. Catkin packages ("wet", new-style) can only depend on catkin packages (or regular CMake) while stacks ("dry", old-style) can depend on other stacks (using rosbuild & manifest.xml) and catkin packages (using CMake). Thus the need to slowly convert packages from the bottom of the dependency chain upwards to "wet" packages, like a rising water level.