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,