Connext DDS ros2 xml qos

2 posts / 0 new
Last post
Offline
Last seen: 6 years 3 months ago
Joined: 07/23/2018
Posts: 20
Maximum Limit of String

I am interfacing ROS2 with native RTI DDS through RTI Connector for python.

In ROS2, the strings are unbounded and dynamically allocated.

But in RTI, if I give the type as default, then it limits it to 255 bytes.

For that I used the variable. stringMaxLength="2147483647"

1 post / 0 new
Offline
Last seen: 6 years 3 months ago
Joined: 07/23/2018
Posts: 20
Integration of DDS and ROS2

In ROS2, Using qos_profile = rmw_qos_profile_system_default will use the default xml configuration from the installation directory of the DDS vendor, RTI CONNEXT in this case.

 

Subscribe to RSS - Connext DDS ros2 xml qos