Closed luojinzhang closed 2 years ago
Which version of OpenDDS is this using?
What command line options are used when invoking opendds_idl
?
Also... because you reported that "I have tried to communicate CycloneDDS and OpenDDS c++ and it worked" please attach a packet capture for both the working and non-working examples.
Thank you for replying, I've found a solution.
Thank you for replying, I've found a solution.
What was the solution? Others may have the same problem.
Sorry for not mentioning it, because I actually dropped the OpenDDS and used another way to subscribe messages from CycloneDDS. This method is not from myself so I can't share it.
Hi, I have tried to communicate CycloneDDS and OpenDDS c++ and it worked. But when I use the opendds nodejs module, I got some error from cycloneDDS publisher saying that the qos parameter is invalid. But I really don't know about qos and not really sure how to match the two. You can see the error message at https://github.com/eclipse-cyclonedds/cyclonedds/issues/1395.
I tried remove the qos in
test_subscriber.js
but does not work either. My question is how do I use default qos, or change qos in js binding of opendds, or if you know anything about the error message.Thank you.
Edit: here is the js file: