Skip to content

Commit d0fe127

Browse files
authored
Update ubuntu-setup.sh to ROS noetic
1 parent 594c52b commit d0fe127

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ubuntu-setup.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ sudo apt install i2c-tools
99
# dtparam=i2c0=on
1010
sudo sed -i '/dtparam=i2c0=on/s/^#//g' /boot/firmware/config.txt
1111

12-
# ROS Melodic setup
12+
# ROS Noetic setup
1313
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
1414
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
1515
sudo apt update
16-
sudo apt install ros-melodic-desktop-full
16+
sudo apt install ros-noetic-desktop-full
17+
1718
sudo rosdep init
1819
rosdep update
1920
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc

0 commit comments

Comments
 (0)