ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
To build your workspace with catkin or catkin tools the only you have to do is the usual build with the "-j <number of="" threads="">"
catkin_make -j 6
or
catkin build -j 6
This just works.