Skip to content

Commit

Permalink
Add ROS Noetic for Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
rajat2004 committed Oct 2, 2020
1 parent 853bba9 commit a65e163
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/install_ros_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
set -x

DISTRO="$(lsb_release -sc)"
if [[ "$DISTRO" == "bionic" ]]; then
if [[ "$DISTRO" == "focal" ]]; then
ROS_DISTRO="noetic"
elif [[ "$DISTRO" == "bionic" ]]; then
ROS_DISTRO="melodic"
elif [[ "$DISTRO" == "xenial" ]]; then
ROS_DISTRO="kinetic"
Expand Down

0 comments on commit a65e163

Please sign in to comment.