Skip to content

Useful short commands for colcon such as colcon_clean

License

Notifications You must be signed in to change notification settings

marrts/my_colcon_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

my_colcon_utils

Useful short commands for colcon such as colcon_clean. Copy and paste these into your ~/.bashrc to have easy access to them.

Usage

colcon_clean

  • Run from the base directory of your workspace.
  • Completely remove build and install directories: colcon_clean
  • Remove select packages from build and install directories: colcon_clean [PATTERN1] [PATTERN2] ...
  • Supports wildcard usage *

Example: image

About

Useful short commands for colcon such as colcon_clean

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages