Skip to content

Commit 51195a7

Browse files
Use ros2-testing repo for Jazzy before it's released (#72)
Signed-off-by: Christophe Bedard <[email protected]>
1 parent 0a70efe commit 51195a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup-ros.sh

+5
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ case ${ROS_DISTRO} in
3939
"noetic")
4040
ROS_VERSION="ros"
4141
;;
42+
# Use ros2-testing repo for Jazzy before it's officially release
43+
"jazzy")
44+
RTI_CONNEXT_DDS="rti-connext-dds-6.0.1"
45+
ROS_VERSION="ros2-testing"
46+
;;
4247
*)
4348
RTI_CONNEXT_DDS="rti-connext-dds-6.0.1"
4449
ROS_VERSION="ros2"

0 commit comments

Comments
 (0)