Skip to content

Commit

Permalink
Update ros_and_workspace_setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidvisionlabs authored May 19, 2021
1 parent 559202f commit 4b2b681
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions ros_and_workspace_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,11 @@ CURR_OS="$(lsb_release -sc)"
if [ $CURR_OS = "xenial" ]; then
ROS_DIS="kinetic"

if [ $CURR_OS = "bionic" ]; then
elif [ $CURR_OS = "bionic" ]; then
ROS_DIS="melodic"
#ROS1_DIS="noetic"

if [ $CURR_OS = "focal" ]; then
ROS_DIS="melodic"
#ROS1_DIS="noetic"
elif [ $CURR_OS = "focal" ]; then
ROS1_DIS="noetic"
else
echo "$CURR_OS is might not be supported yet! check https://support.thinklucid.com/using-ros-for-linux/"
exit -1
Expand Down

0 comments on commit 4b2b681

Please sign in to comment.