Skip to content

Commit

Permalink
update docker install to source humble
Browse files Browse the repository at this point in the history
  • Loading branch information
saina-ramyar committed Nov 5, 2024
1 parent ae1d532 commit 80be9c7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker/install.sh
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash

# Copyright (C) 2018-2021 LEIDOS.
#
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may not
# use this file except in compliance with the License. You may obtain a copy of
# the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
Expand All @@ -19,7 +19,7 @@ if [[ ! -z "$ROS2_PACKAGES" ]]; then
source /opt/carma/install/setup.bash
else
echo "Sourcing base image for full build..."
source /opt/ros/foxy/setup.bash
source /opt/ros/humble/setup.bash
fi

cd ~/
Expand Down

0 comments on commit 80be9c7

Please sign in to comment.