Skip to content

OpenDDS and Eprosima FastDDS (ROS2)

Justin Wilson edited this page Nov 30, 2023 · 2 revisions

Several users are integrating OpenDDS with Eprosima FastDDS and a significant number are using ROS2. The purpose of this document is to collect and distill various issues, discussions, etc. so that users can be successful with OpenDDS and FastDDS.

Discussions

  • https://github.com/OpenDDS/OpenDDS/discussions/3974 A user attempted to establish communication between OpenDDS and Eprosima FastDDS (ROS2). The user observed that setting the representation to DDS::XCDR_DATA_REPRESENTATION in the DataWriterQos was necessary.

Issues