-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Issue Type
- 🐛 Bug / Problem
- ✏️ Typo / Grammar
- 📖 Outdated Content
- 🚀 Enhancement
Distribution
Rolling
Description
The documentation to install RTI Connext states the following:
- ROS 2 users can install a non-commercial-use version of the RTI Connext DDS libraries for x86_64 Linux from the ROS apt repository using the following command:
We should substitute it for the following (as suggested in ros2/kilted_tutorial_party#283 (comment)) :
- ROS 2 users can install a non-commercial-use version of the RTI Connext DDS libraries from the ROS apt repository using the following command:
Also, the target platforms doesn't include arm64 as a supported platform for Ubuntu. We should also correct that. See the link: https://www.ros.org/reps/rep-2000.html#kilted-kaiju-may-2025-november-2026
Affected Pages/Sections
https://docs.ros.org/en/rolling/Installation/RMW-Implementations/DDS-Implementations/Working-with-RTI-Connext-DDS.html, https://www.ros.org/reps/rep-2000.html#kilted-kaiju-may-2025-november-2026
Screenshots or Examples (if applicable)
No response
Suggested Fix
Change the line right after the section "ROS 2 apt repositories":
- ROS 2 users can install a non-commercial-use version of the RTI Connext DDS libraries for x86_64 Linux from the ROS apt repository using the following command
for:
- ROS 2 users can install a non-commercial-use version of the RTI Connext DDS libraries from the ROS apt repository using the following command
Additional Context
This fix is also related to the fix in the target platforms. See https://www.ros.org/reps/rep-2000.html#kilted-kaiju-may-2025-november-2026