ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Actually, @gvdhoorn's recommendation is already implemented. So now posting as answer:
catkin_create_pkg <MY_META_PACKAGE> --meta
will do what you want. You still have to add the dependencies to the package.xml, though. But this is actually trivial...