Skip to content

Interoperability with FastDDS implementation #193

Discussion options

You must be logged in to vote

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:

var drQos = new DataReaderQos();
drQos.Representation.Value = new List<short> { DataRepresentationQosPolicy.XCDR_DATA_REPRESENTATION };

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@AlbertoElDevaluador
Comment options

@jmmorato
Comment options

Answer selected by AlbertoElDevaluador
@AlbertoElDevaluador
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants