Hi, I'm using the example Python files that come with DDS_connector and the pytest framework. I have been using the file 'test_rticonnectdds_dataflow.py' as a starting point for writing pytests for sending and receiving DDS messages. However when using my own .xml file with my own data in the dataflow test I come up against a segmentation fault when reading my data. I know this is mentioned as a todo in the notes. I was wondering if you could offer any help with this?
Address Segmentation fault on 0-index and out-of-bound access on
:class:`rticonnextdds_connector.Infos` and :class:`rticonnextdds_connector.Samples`.
I would like to use the method as a base for writing my tests.
best regards,
Nick