Colcon configuration
Colcon can be configed in two ways.
- Command line arguements
colcon build --symlink-install --continue-on-error --executor parallel --parallel-workers 5
colcon_defaults.yamlfile in the root of your workspace. Running a simplecolcon buildwill automatically use these options.
build:
symlink-install: True
continue-on-error: True
executor: parallel
parallel-workers: 5