Hi there, is there a way to reset the course ROS2 Basics in 5 Days (Python) so I can start all over again? Thank you ![]()
Well, it depends on what you want? You could simply go back to the first unit and start over again. You can remove the packages in ~/ros2_ws that you donβt want to see.
cd ~/ros2_ws
rm -rf build/ install/ log/
# careful here, this removes your source files
rm -rf src/*
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.