Skip to content

Commit

Permalink
support for melodic with python3
Browse files Browse the repository at this point in the history
  • Loading branch information
mathias-luedtke committed Oct 27, 2019
1 parent 3c7864f commit fc4d771
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions industrial_ci/src/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,10 @@ function set_ros_variables {
ROS_VERSION_EOL=true
;;
"melodic")
if [ "$ROS_PYTHON_VERSION" = 3 ]; then
BUILDER=${BUILDER:-colcon}
export ROS_FROM_SCRATCH=true
fi
ros1_defaults "bionic"
;;
"ardent")
Expand Down

0 comments on commit fc4d771

Please sign in to comment.