Skip to content

Commit

Permalink
checkout.bash: carma-system-4.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codygarver authored Feb 9, 2023
1 parent 0b71e36 commit 70c426d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/checkout.bash
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ if [[ "$BRANCH" = "develop" ]]; then
else
sudo git clone https://github.com/usdot-fhwa-stol/carma-msgs.git ${dir}/src/CARMAMsgs --branch carma-system-4.3.0
sudo git clone https://github.com/usdot-fhwa-stol/carma-utils.git ${dir}/src/CARMAUtils --branch carma-system-4.3.0
sudo git clone https://github.com/usdot-fhwa-stol/autoware.ai.git ${dir}/src/autoware.ai --branch carma-develop
sudo git clone https://github.com/usdot-fhwa-stol/autoware.ai.git ${dir}/src/autoware.ai --branch carma-system-4.3.0
fi

sudo apt-get update
Expand Down

0 comments on commit 70c426d

Please sign in to comment.