ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To make jbohren's answer clear for everyone:
catkin_make --pkg <my_package_name>
Example:
catkin_make --pkg turtlebot
Multiple Packages:
catkin_make --pkg <package A> <package B>