This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ensure there are no ros packages | |
sudo apt-get remove --autoremove ros-* | |
# check for updates | |
sudo apt update | |
# ensure /etc/ros removal | |
sudo rm -rf /etc/ros/ | |
# install the python3 libraries |