Skip to content

Commit

Permalink
source jazzy
Browse files Browse the repository at this point in the history
  • Loading branch information
stelzo authored Oct 18, 2024
1 parent dbe88e9 commit 4c1e602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rpcl2/tests/r2r_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c1e602

Please sign in to comment.