Fast-DDS-python icon indicating copy to clipboard operation
Fast-DDS-python copied to clipboard

Python bindings for Fast DDS. Looking for commercial support? Contact [email protected]

Results 36 Fast-DDS-python issues
Sort by recently updated
recently updated
newest added

I have try build on ubuntu24.04 with version 1.3.2,1.4.1. tao@taobook:~/git/Fast-DDS-python/fastdds_python/build$ cmake --build . [ 33%] Swig compile fastdds.i for python swig4.0: ../../Source/CParse/templ.c:582: Swig_cparse_template_expand: Assertion `!SwigType_isvariadic(s)' failed. Subprocess aborted gmake[2]: ***...

## Description This PR makes main branch become 2.0. ## Contributor Checklist - [x] Commit messages follow the project guidelines. - [x] Tests that thoroughly check the new feature have...

## Description This PR improves the installation of the python module, especially on windows. - Instead of install `site-packages/fastdds.py`, it install `site-packages/fastdds/__init__.py`. It's more python style. - The user doesn't...

## Description This PR remove interfaces of headers - StatefulPersistentReader - StatefulReader - StatelessPersistentReader - StatelessReader which were made private in this PR in Fast DDS: * https://github.com/eProsima/Fast-DDS/pull/4674 ## Contributor...

## Description Remove rtps messages headers made private in related PR in Fast DDS: * https://github.com/eProsima/Fast-DDS/pull/4657 ## Contributor Checklist - [x] Commit messages follow the project guidelines. - N/A Tests...

Hi Guys: I have built Fast-DDS-python successfully, but when i import the fastdds package, i get an error as follow: ![image](https://github.com/eProsima/Fast-DDS-python/assets/19163211/2760205f-bca4-440c-bd60-2a24858086ce) The file struecture is orgnized like this: ![image](https://github.com/eProsima/Fast-DDS-python/assets/19163211/7677b5fa-5c62-452d-9b49-afac63bd6041) and...

Hello, I have an issue with including other types in the python generated code. For example creating the two files: TypeTest.idl ```c++ #include "OtherType.idl" module TypeTest { struct Type1 {...

## Description This PR: * [x] Bumps version to 2.0.0 in consonance with eProsima/Fast-DDS#4439 * [x] Updates the mirror workflow to mirror master in 1.5.x * [x] Adds this PR...

An idl file with a multi dimensional array creates a wrong size in the python generated bindings ``` struct Foo{ long example[3][4]; }; ``` The above creates a single dimensional...