Skip to content

Commit

Permalink
fix ros version needed to be installed (StoglRobotics#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
mamueluth authored Jan 31, 2023
1 parent 5efbf30 commit 4935798
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/environment/setup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ source $script_own_dir/../_RosTeamWs_Docker_Defines.bash
source $script_own_dir/../_Team_Defines.bash

# ros distribution name will be set in $ros_distro
check_and_set_ros_distro_and_version $1
# RosTeamWS_WS_DOCKER_SUPPORT is set via .ros_team_ws_rc
check_and_set_ros_distro_and_version $1 $RosTeamWS_WS_DOCKER_SUPPORT

ws_folder="$2"
if [ "$2" == "-" ]; then
Expand Down

0 comments on commit 4935798

Please sign in to comment.