Fast-DDS-python
Fast-DDS-python copied to clipboard
Python bindings for Fast DDS. Looking for commercial support? Contact [email protected]
I followed the guideline to convert .idl file into required files and I check that the header file does contain the converted data types. ``` /*! * @brief This function...
What happens when I run Python helloWorld.py,display /home/liu/FastDDSpydemo/fastdds_python_ws/build/fastdds_python_examples/HelloWorldExample/_HelloWorldWrapper.so: Undefined symbol: PyCMethod_New "What's up with this
I would like to use the "contentfilteredtopic" feature. Here is my test code. Could you please tell me where I went wrong? Here is the full error message: `2023-06-10 16:01:28.942...
Dear eProsima, Current (main) version of Fast-DDS-python produces a SWIG wrapper with a genuine deletion of a stack object: ```C++ SWIGINTERN PyObject *_wrap_delete_InstanceHandleValue_t(PyObject *SWIGUNUSEDPARM(self), PyObject *args) { PyObject *resultobj =...
## Description ## Contributor Checklist - [ ] Commit messages follow the project guidelines. - [ ] Tests that thoroughly check the new feature have been added/Regression tests checking the...
## Description ## Contributor Checklist - [x] Commit messages follow the project guidelines. - N/A Tests that thoroughly check the new feature have been added/Regression tests checking the bug and...
Are there any plans to release a python wheel to pypi? This would simplify installation on windows. Ideas: - Use ABI3, to reduce the amount of wheels required to build...
## Description This PR cherry-picks a set of commits that created and updated the type support regeneration utility to bring it to the version 1.2.x. (Tested locally) Related PR: -...
## Description This PR is the Fast DDS Python counterpart of: * eProsima/Fast-DDS#5016 * eProsima/Fast-DDS-docs#796 @Mergifyio backport 1.2.x 1.0.x ## Contributor Checklist - [x] Commit messages follow the project guidelines....
under config of “win32api.LoadLibrary('$')”,I get an error about "Evaluation file to be written multiple times with different content.", It's may related to same file genrated in same path. error message:...