source jazzy

This commit is contained in:
Christopher Sieh 2024-10-18 10:30:56 +02:00 committed by GitHub
parent dbe88e97d0
commit 4c1e60210e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
# run rustup to test with latest rust version
rustup update
if [ -e "/opt/ros/jazzy/setup.bash" ]; then
source "/opt/ros/jazzy/setup.bash"
fi
if [ -e "/opt/ros/iron/setup.bash" ]; then
source "/opt/ros/iron/setup.bash"
fi