We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832dfab commit 612ec11Copy full SHA for 612ec11
ubuntu-setup.sh
@@ -17,7 +17,7 @@ sudo apt -y install ros-noetic-desktop-full
17
18
sudo rosdep init
19
rosdep update
20
-echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
+echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
21
source ~/.bashrc
22
sudo apt -y install python-rosinstall python-rosinstall-generator python-wstool build-essential
23
0 commit comments