smnrgrs

Results 24 comments of smnrgrs

> Looking into this... I think I disagree with the "We think the best solution is..." part that you quoted, but we should be able to find a way to...

I can confirm that this issue seems to be resolved @mitza-oci. Summary of test config: OpenDDS Master 36c5829 CycloneDDS V0.11.0 e54f6eeaa OpenDDS requires 'OPENDDS_IDL_OPTIONS -Gxtypes-complete' in idl compile step I...

Thank you for the suggestions @thijsmie. I added 'OPENDDS_IDL_OPTIONS -Gxtypes-complete -Ddata_representation=::OpenDDS::data_representation' to my OpenDDS IDL compile step, and I no longer see the error. Unfortunately I see no successful pub...

Thanks again, I'm trying your suggestions, but having difficulty getting OpenDDS to use XCDR1 encoding. I'll provide an update when I can.

I've now installed Cyclone from source (base, CXX and python) as doing a pip install of Python bindings + binaries didn't provide the tools 'cyclonedds ls' etc. Impressed at ease...

Here's my output from cyclonedds ls. Cyclone Python publisher at the top, OpenDDS subscriber at the bottom. I must be getting close, but they're still not communicating! I'll try reproducing...

I'm now getting somewhere, and I'll post a summary of what I've had to do. When I uncomment my enum in the IDL OpenDDS reports that the types don't match....

Here's my IDL, with some names changed to protect the innocent. I've simplified it a bit by moving some typedefs into the one file which are currently in a second...