We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594c52b commit d0fe127Copy full SHA for d0fe127
ubuntu-setup.sh
@@ -9,11 +9,12 @@ sudo apt install i2c-tools
9
# dtparam=i2c0=on
10
sudo sed -i '/dtparam=i2c0=on/s/^#//g' /boot/firmware/config.txt
11
12
-# ROS Melodic setup
+# ROS Noetic setup
13
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
14
sudo apt-key adv --keyserver 'hkp://keyserver.ubuntu.com:80' --recv-key C1CF6E31E6BADE8868B172B4F42ED6FBAB17C654
15
sudo apt update
16
-sudo apt install ros-melodic-desktop-full
+sudo apt install ros-noetic-desktop-full
17
+
18
sudo rosdep init
19
rosdep update
20
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
0 commit comments