I am trying to get the py.test examples working with my .xml file and test data..
I keep getting this error:
I am trying to get the py.test examples working with my .xml file and test data..
I keep getting this error:
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?