Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 359 Bytes

catkin.md

File metadata and controls

37 lines (23 loc) · 359 Bytes

Catkin build system

Basic command

catkin_make

Basic command multi threaded

catkin_make -j 4

Command when there are non ros packages/libraries

catkin_make_isolated

Multi threaded command when there are non ros packages/libraries

catkin_make_isolated -j 4

Abstract command

catkin build