From 4c1e60210e8a4fd9a6dd44e12bac802e93246cb1 Mon Sep 17 00:00:00 2001 From: Christopher Sieh Date: Fri, 18 Oct 2024 10:30:56 +0200 Subject: [PATCH] source jazzy --- rpcl2/tests/r2r_test.bash | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rpcl2/tests/r2r_test.bash b/rpcl2/tests/r2r_test.bash index 322fe92..53283a8 100644 --- a/rpcl2/tests/r2r_test.bash +++ b/rpcl2/tests/r2r_test.bash @@ -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