Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

colcon build number of threads

# Process one package at a time.
colcon build --executor sequential

# Process multiple jobs in parallel.
colcon build --executor parallel
 
PREVIOUS NEXT
Tagged: #colcon #build #number #threads
ADD COMMENT
Topic
Name
2+3 =