You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as far as I know catkin clean is basically a nicer rm -rf build devel install logs (reading the folder names from the configuration). However, if the parent workspace does not exist (e.g., because one cleans all workspaces in order to build them all again from scratch), catkin clean will abort with a ValueError:
ValueError: Resultspace path '[parent workspace path]' does not exist.
The text was updated successfully, but these errors were encountered:
as far as I know
catkin clean
is basically a nicerrm -rf build devel install logs
(reading the folder names from the configuration). However, if the parent workspace does not exist (e.g., because one cleans all workspaces in order to build them all again from scratch),catkin clean
will abort with a ValueError:The text was updated successfully, but these errors were encountered: