ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Metapackages may not install any files, except its package.xml
, which is done automatically.
No, don't use a metapackage, convert it to an ordinary catkin package. Then, you can add the necessary install() commands to your CMakeLists.txt
. An ordinary package with the same dependencies will serve much the same purpose as your metapackage did.
2 | No.2 Revision |
Metapackages A metapackages may not install any files, except its package.xml
, which is done automatically.
No, don't use a metapackage, convert it to an ordinary catkin package. Then, you can add the necessary install() commands to your CMakeLists.txt
. An ordinary package with the same dependencies will serve much the same purpose as your metapackage did.
3 | No.3 Revision |
A metapackages metapackage may not install any files, except its package.xml
, which is done automatically.
No, don't use a metapackage, convert it to an ordinary catkin package. Then, you can add the necessary install() commands to your CMakeLists.txt
. An ordinary package with the same dependencies will serve much the same purpose as your metapackage did.