Skip to content

Commit e119712

Browse files
Bump RTI Connext DDS to 7.3.0 for Kilted & Rolling
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
1 parent ceafa77 commit e119712

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

setup-ros.sh

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,16 @@ curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o /usr
3636
RTI_CONNEXT_DDS=""
3737

3838
if [ -z $ROS_VERSION ]; then
39-
ROS_VERSION='ros2'
39+
ROS_VERSION="ros2"
4040
case ${ROS_DISTRO} in
4141
"noetic")
4242
ROS_VERSION="ros"
4343
;;
44-
*)
44+
"humble" | "jazzy")
4545
RTI_CONNEXT_DDS="rti-connext-dds-6.0.1"
46-
ROS_VERSION="ros2"
46+
;;
47+
*)
48+
RTI_CONNEXT_DDS="rti-connext-dds-7.3.0-ros"
4749
;;
4850
esac
4951
fi

0 commit comments

Comments
 (0)