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

Unless I misunderstand you, metapackages don't work that way (they are not stacks). They are essentially a way to group a number of packages and make them easily installable by only installing the metapackage. Dependency resolution then pulls in the others.

In the original design, metapackages didn't even have a CMakeLists.txt.

Do you have any specific reason for such a directory layout?