Skip to content

Commit 612ec11

Browse files
committed
Correct ROS version source.
Signed-off-by: pxalcantara <[email protected]>
1 parent 832dfab commit 612ec11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ubuntu-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ sudo apt -y install ros-noetic-desktop-full
1717

1818
sudo rosdep init
1919
rosdep update
20-
echo "source /opt/ros/melodic/setup.bash" >> ~/.bashrc
20+
echo "source /opt/ros/noetic/setup.bash" >> ~/.bashrc
2121
source ~/.bashrc
2222
sudo apt -y install python-rosinstall python-rosinstall-generator python-wstool build-essential
2323

0 commit comments

Comments
 (0)