Skip to content

Packages

Pablo Castellanos edited this page Oct 30, 2020 · 4 revisions
  • new workspace: mkdir -p catkin_ws/src

  • new ROS package: catkin_create_pkg [name_package]


Compilation

Regular compilation of a workspace: catkin_make

Deep compilation with only one thread (recommended when you add a new package to your ws): catkin_make -j 1

Clone this wiki locally