Interoperability Write OpenDDSSharp, read with FastDDS #203
Unanswered
AlbertoElDevaluador
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Did you applied the data representation to your DataWriterQos? var dwQos = new DataWriterQos();
dwQos.Representation.Value = new List<short> { DataRepresentationQosPolicy.XCDR_DATA_REPRESENTATION }; |
Beta Was this translation helpful? Give feedback.
2 replies
-
@AlbertoElDevaluador, did you have time to test the solution proposed? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any solution to communicate between fastdds and opendds? When writing from opendds, although I see the RTPS packets in Wireshark I do not receive them in the FastDDS program even if I am subscribed to the same topic and everything is a priori correct. I have seen that in other discussions this error is commented. Is it solved? Do you know how to fix it?
Beta Was this translation helpful? Give feedback.
All reactions