Interoperability with FastDDS implementation #193
Answered
by
jmmorato
AlbertoElDevaluador
asked this question in
Q&A
-
Should there be problems between DDS communication if I make a subscriber with this library with OpenDDS and the publisher with FastDDS from C++? I should receive everything correctly, right? |
Beta Was this translation helpful? Give feedback.
Answered by
jmmorato
Sep 13, 2023
Replies: 1 comment 3 replies
-
I didn't follow too much, but same questions are active in OpenDDS and FastDDS repos |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems the issue is just a different version of the serialization used by each implementation.
If you configure your OpenDDSharp DataReaders to use XCDR1 it should work. Something like: