We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
new workspace: mkdir -p catkin_ws/src
mkdir -p catkin_ws/src
new ROS package: catkin_create_pkg [name_package]
catkin_create_pkg [name_package]
normal compilation of a work space: catkin_make
catkin_make
deeply compilation with only one thread: catkin_make -j 1
catkin_make -j 1