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 4c1e602 commit 15a1db7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions rpcl2/tests/rclrs_test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@
# run rustup to test with latest rust version
rustup update

if [ -e "/opt/ros/jazzy/setup.bash" ]; then
. "/opt/ros/jazzy/setup.bash"
fi

if [ -e "/opt/ros/iron/setup.bash" ]; then
. "/opt/ros/iron/setup.bash"
. "/ros2_rust_build/install/local_setup.bash"
fi

if [ -e "/opt/ros/humble/setup.bash" ]; then
. "/opt/ros/humble/setup.bash"
. "/ros2_rust_build/install/local_setup.bash"
fi

. "/ros2_rust_build/install/local_setup.bash"
cd /ros2_rust_build/src/ros_pointcloud2_tests/ || exit

"$@"

0 comments on commit 15a1db7

Please sign in to comment.