Making packages with metapackage dependencies.
I'm following the Gazebo ROS control tutorial and the following command is creating issues for me.
catkin_create_pkg MYROBOT_control ros_control ros_controllers
I understand that ros_control and ros_controllers are metapackages, but how can I make a the necessary control package that depends on the packages in the dependencies?
Thanks