ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Removing a Catkin workspace completely is simple: just rm -rf the workspace directory (not the src, devel or build space, but the root of the workspace).

There's nothing more to.

If you've added a source /path/to/your/catkin_ws/devel/setup.bash to your $HOME/.bashrc, you'll want to remove that for the workspaces you've deleted as well, otherwise you'll get errors whenever you open a new shell.