Fast-DDS-python
Fast-DDS-python copied to clipboard
Python bindings for Fast DDS. Looking for commercial support? Contact [email protected]
## Description This PR add support for using `string_255` type in python applicatioons. It also fixes the following warnings get when participant listener functions are called: ```bash swig/python detected a...
## Description This PR add support for using `string_255` type in python applicatioons. It also fixes the following warnings get when participant listener functions are called: ```bash swig/python detected a...
Hello, I am setting up a Discovery Server to connect a pair of clients (both local, in the same program) sending Request-Reply data to one another for a proof of...
When using FastDDS to transfer images (~4MB) between participants, the achieved latency results (~60ms) are worse when compared to other tools like Zenoh or ZeroMQ (~40/50 ms). This should not...
Hello, I’m trying to use the standard “Hello World” Python example provided in the documentation to implement the zero-copy approach. I’m not entirely sure if I am passing the arguments...
## Description This PR adds support for bounded strings @Mergifyio backport 2.1.x 2.0.x This PR depends on: * https://github.com/eProsima/Fast-DDS-Gen/pull/440 ## Contributor Checklist - [x] Commit messages follow the project guidelines....
## Description This PR adds support for bounded strings @Mergifyio backport 2.1.x 2.0.x This PR depends on: * https://github.com/eProsima/Fast-DDS-Gen/pull/440 ## Contributor Checklist - [x] Commit messages follow the project guidelines....
## Description Currently, the way that CMake creates the library files always generates .dylib files on Mac. Compilation will work fine, but attempting to import in any Python app will...
**Summary:** Installing FastDDS-python using the instructions in the README works fine (just installing with brew instead of apt) except that the generated library file comes in the form of `.dylib`...
I can't find the equivalent Python code in this library for the C++ code below. specially for `auto udp_transport = std::make_shared();` line How can create a DomainParticipantQos with these settings?...