connextdds-py
connextdds-py copied to clipboard
Connext DDS Python API
First,i have a topictype: TPC_Hello_world Second, i instance a topicdata: m_topic_data = TPC_Hello_world() I expect that listen the TPC_Hello_world data and trans to m_topic_data. if i expect the m_topic_data address...
It would be great to allow us to choose version for doc at https://community.rti.com/static/documentation/connext-dds/7.0.0/doc/api/connext_dds/api_python/index.html. For example, adding a dropdown list to select version 😃 Right now, the doc shows the...
Hi i wish to find out examples for large data transfer using RTI in python where i wish to sent out either in numpy or image. The closest i found...
Hello! I built the wheel package successfully on Windows 11 and Ubuntu 20.04 both. On Linux, it works perfectly. However, when I import the rti.connextdds on Windows, it returns an...
I have both python 3.7 and 3.10 on my windows 10 machine with RTI 6.0.1 (platform- x64Win64VS2017) and tried following the install instructions (not for development) for both of them....
hi, I'm currently using connextpy, and trying to publish a topic that contains both FLAT_DATA language binding and SHMEM_REF transfer mode. Through RTI Admin Console, I can see that I...
The link to the API Reference doc points to: https://community.rti.com/static/documentation/connext-dds/current/api/connext_dds/api_python/index.html which returns a 404 Not Found (at the moment of writing).
Takes direct output from rtiddsgen -convertToXml and allows for specifying include paths programmatically, presenting an alternative to QosProvider for getting types from files.
Was trying to play around with dynamic_data and wanted to use discovered_topics to try and subscribe. I got this far and ran into `rti.connextdds.UnsupportedError: get discovered topic data` Are there...
There seems to an issue with pybind11 and/or PyFrameObject. Following the instructions clone (main branch) and *python3 configure.py x64Linux4gcc7.3.0* execute successfully. But when executing ```bash pip wheel . ``` the...