Skip to content

Commit

Permalink
Use ros2-testing repo for Jazzy before it's released
Browse files Browse the repository at this point in the history
Signed-off-by: Christophe Bedard <[email protected]>
  • Loading branch information
christophebedard committed Apr 25, 2024
1 parent 0a70efe commit a46d144
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup-ros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ case ${ROS_DISTRO} in
"noetic")
ROS_VERSION="ros"
;;
# Use ros2-testing repo for Jazzy before it's officially release
"jazzy")
RTI_CONNEXT_DDS="rti-connext-dds-6.0.1"
ROS_VERSION="ros2-testing"
;;
*)
RTI_CONNEXT_DDS="rti-connext-dds-6.0.1"
ROS_VERSION="ros2"
Expand Down

0 comments on commit a46d144

Please sign in to comment.