ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
By installing the new colcon-clean extension, you can clean the build, install and log base paths like so:
sudo apt install python3-colcon-clean
colcon clean workspace
See the extension's repo readme for more documentation:
https://github.com/colcon/colcon-clean