Useful short commands for colcon such as colcon_clean. Copy and paste these into your ~/.bashrc to have easy access to them.
- Run from the base directory of your workspace.
- Completely remove
build
andinstall
directories:colcon_clean
- Remove select packages from
build
andinstall
directories:colcon_clean [PATTERN1] [PATTERN2] ...
- Supports wildcard usage
*