python api connextdds-py rticonnextdds-connector-py

2 posts / 0 new
Last post
rgs
Offline
Last seen: 1 year 6 months ago
Joined: 07/26/2022
Posts: 7
How to create a DataReader for DCPSParticipant in Python

Hello,

Environment:
debian 11 linux x64
python 3.9.2
rti_connext_dds-6.1.0

 

I'm using the Python api with rti, but it's not well documented or much example code:
How do I create a DataReadear to builtin topics, eg: DCPSParticipant.

I've tried the code below but it crashes when it tries to execute the bind_listener() call (see below).

Any help would be appreciated.
Thanks,

 

6 posts / 0 new
Last post
Offline
Last seen: 1 year 8 months ago
Joined: 01/07/2021
Posts: 9
Connext DDS Python API

We're using rti_connect_dds-6.0.1 (modern C++) and are looking into the python API, mainly for test purposes. So we are currently trying to figure out which one of the two available options to go for:

Subscribe to RSS - python api connextdds-py rticonnextdds-connector-py