Skip to content

Commit

Permalink
Correct ROS version source.
Browse files Browse the repository at this point in the history
Signed-off-by: pxalcantara <pxalcantara@gmail.com>
  • Loading branch information
pxalcantara committed Oct 25, 2020
1 parent 832dfab commit 612ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ sudo apt -y install ros-noetic-desktop-full

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

Expand Down

0 comments on commit 612ec11

Please sign in to comment.