diff --git a/ros_install.sh b/ros_install.sh index 0c0945b..8fc5f92 100644 --- a/ros_install.sh +++ b/ros_install.sh @@ -8,7 +8,7 @@ function usage { # Print out usage of this script. - echo >&2 "usage: $0 [ROS distro (default: melodic)" + echo >&2 "usage: $0 [ROS distro (default: kinetic)" echo >&2 " [-h|--help] Print help message." exit 0 } @@ -28,7 +28,7 @@ while [ -n "$1" ] ; do done ROS_DISTRO=$1 -ROS_DISTRO=${ROS_DISTRO:="melodic"} +ROS_DISTRO=${ROS_DISTRO:="kinetic"} version=`lsb_release -sc` echo ""