Skip to content

Commit

Permalink
Set ROS_VERSION based on ROS_DISTRIBUTION_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
f-fl0 committed Jan 23, 2024
1 parent 44f33a2 commit fbfb3dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions update-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ aports_slug_upstream=${APORTS_SLUG_UPSTREAM:-seqsense/aports-ros-experimental}
aports_slug=${APORTS_SLUG:-${aports_slug_upstream}}
ros_distro=${ROS_DISTRO:-noetic}
distribution_type=${ROS_DISTRIBUTION_TYPE:-ros1}
export ROS_VERSION=${distribution_type/ros}

package_list=$(
if [ -f package.list.${ros_distro} ]; then
Expand Down

0 comments on commit fbfb3dd

Please sign in to comment.