Skip to content

Commit

Permalink
support for noetic from scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Oct 27, 2019
1 parent fc4d771 commit 65aa7fd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions industrial_ci/src/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ function set_ros_variables {
fi
ros1_defaults "bionic"
;;
"noetic")
ros1_defaults "buster"
OS_NAME=debian
DEFAULT_DOCKER_IMAGE=
export ROS_FROM_SCRATCH=true
ROS_PYTHON_VERSION=3
;;
"ardent")
ros2_defaults "xenial"
DEFAULT_DOCKER_IMAGE=
Expand Down

0 comments on commit 65aa7fd

Please sign in to comment.