-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question about interoperability with OpenDDS #448
Comments
@eboasson, Could you please give me any hints for solving the problem? |
Hi @showmethejinw, it is not:
because it rejects the type information for this writer as invalid. If I'm eyeballing all those bytes in the error message correctly, then the problem is that OpenDDS only provided what the XTypes specification calls the "minimal type information". Next to the "minimal" one, there is also a "complete" one, and in my reading of the XTypes specification, you either have to provide both or neither. (Neither is allowed for backwards compatibility.) My I think you need to do the same for your application. |
@eboasson, If you have the OpenDDS issue link, Could you please share the issue link? |
Thank you for the support. |
You need to pass the
|
Hello,
I was trying to test communication between OpenDDS and CycloneDDS.
Of course, I just used HelloWorld example for communication test.
But the communication was fail.
The error message (from CycloneDDS) is
First time, I thought the error comes from RTPS version mismatch problem (OpenDDS RTPS v2.4 / CycloneDDS RTPS v2.1)
But In this repository (https://github.com/eboasson/i11eperf) show me, they should communicate each other. although the version is not same.
Why does that message occur? Is it because it violates DDS QoS RxO rules or something else?
Could you please give me any hints for solving the problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered: