Skip to content

Commit e6f5c57

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 e6f5c57

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup-ros.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ if [ -z $ROS_VERSION ]; then
4141
"noetic")
4242
ROS_VERSION="ros"
4343
;;
44-
*)
44+
"humble" | "jazzy")
4545
RTI_CONNEXT_DDS="rti-connext-dds-6.0.1"
4646
ROS_VERSION="ros2"
4747
;;
48+
*)
49+
RTI_CONNEXT_DDS="rti-connext-dds-7.3.0-ros"
50+
ROS_VERSION="ros2"
51+
;;
4852
esac
4953
fi
5054

0 commit comments

Comments
 (0)