ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

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.