We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559202f commit 4b2b681Copy full SHA for 4b2b681
ros_and_workspace_setup.sh
@@ -30,13 +30,11 @@ CURR_OS="$(lsb_release -sc)"
30
if [ $CURR_OS = "xenial" ]; then
31
ROS_DIS="kinetic"
32
33
-if [ $CURR_OS = "bionic" ]; then
+elif [ $CURR_OS = "bionic" ]; then
34
ROS_DIS="melodic"
35
- #ROS1_DIS="noetic"
36
37
-if [ $CURR_OS = "focal" ]; then
38
- ROS_DIS="melodic"
39
+elif [ $CURR_OS = "focal" ]; then
+ ROS1_DIS="noetic"
40
else
41
echo "$CURR_OS is might not be supported yet! check https://support.thinklucid.com/using-ros-for-linux/"
42
exit -1
0 commit comments