Skip to content

Instantly share code, notes, and snippets.

@metalglove
metalglove / ros_setup.sh
Created April 7, 2020 10:10
ROS + Python3 in Ubuntu 18.04
# 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