Skip to content

Commit

Permalink
ros-generate-{cache,recipes}: add support for galactic (v1.7.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Jansa <[email protected]>
  • Loading branch information
shr-project committed Jun 2, 2021
1 parent 83712dd commit b1af515
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions scripts/ros-generate-cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# Copyright (c) 2019-2021 LG Electronics, Inc.

readonly SCRIPT_NAME="ros-generate-cache"
readonly SCRIPT_VERSION="1.6.4"
readonly SCRIPT_VERSION="1.7.0"

# Files under ros/rosdistro/rosdep that we care about. Keep in sync with setting in ros-generate-recipes.sh .
readonly ROSDEP_YAML_BASENAMES="base python ruby"
Expand Down Expand Up @@ -50,7 +50,7 @@ case $ROS_DISTRO in
ROS_VERSION="1"
;;

"dashing"|"eloquent"|"foxy"|"rolling")
"dashing"|"eloquent"|"foxy"|"galactic"|"rolling")
ROS_VERSION="2"
;;

Expand Down
6 changes: 3 additions & 3 deletions scripts/ros-generate-recipes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
# This script will abort if Git detects any uncommitted modifications, eg, from a previous run that did not complete or untracked
# files (which would otherwise appear in superflore-change-summary.txt).
#
# Copyright (c) 2019-2020 LG Electronics, Inc.
# Copyright (c) 2019-2021 LG Electronics, Inc.

readonly SCRIPT_NAME="ros-generate-recipes"
readonly SCRIPT_VERSION="1.6.0"
readonly SCRIPT_VERSION="1.7.0"

# Files under ros/rosdistro/rosdep that we care about. Keep in sync with setting in ros-generate-cache.sh .
readonly ROSDEP_YAML_BASENAMES="base python ruby"
Expand Down Expand Up @@ -54,7 +54,7 @@ case $ROS_DISTRO in
ROS_VERSION="1"
;;

"dashing"|"eloquent"|"foxy"|"rolling")
"dashing"|"eloquent"|"foxy"|"galactic"|"rolling")
ROS_VERSION="2"
;;

Expand Down

0 comments on commit b1af515

Please sign in to comment.