cyclonedds-python icon indicating copy to clipboard operation
cyclonedds-python copied to clipboard

Results 51 cyclonedds-python issues
Sort by recently updated
recently updated
newest added
trafficstars

I've installed a python binding of the cyclones via pip as follows: `pip install cyclonedds` Now I'm running into an issue when I try to `cyclonedds performance ping` because `ddsperf`...

documentation

Hello, After downloading the master of cyclonedss and cyclonedds-python, and test structs' inheritance, subscriber is not receiving any message. If you test with the next IDL: ``` module module_test {...

Hello, I have detected an error in IDL generator with structs inheritance which identifiers are Python keywords. ``` module module_test { struct and { char var; }; struct child :...

I run two different cars on the same device, configured with the same domain, and the batches can send and receive information interactively; however, if the two processes are not...

question

I'm attempting to do dynamic topic discovery through the BuiltinTopicReader. When I set my configuration file to be multicast and between two devices on a subnet everything works as expected....

bug

Ok so if we're currently unable to support circular references (read: correct object finalization during the circular island collection phase in cpython where collection order is unspecified) then we need...

Build a tool `cyclonedds config` that helps you create a configuration file with explanations and common usage and links back to the documentation on config files in the repositories for...

enhancement

When running IDLC on the C2INAV IDL ([C2INAV](https://www.omg.org/spec/C2INAV/1.0/About-C2INAV)) after minor changes and provision of common files from OARIS an apparently successful conversion occurs. However, when attempting to import the generated...