rticonnextdds_connector

2 posts / 0 new
Last post
Offline
Last seen: 5 years 5 days ago
Joined: 04/13/2019
Posts: 1
Supported platform for OMEGA 2+ supporting MIPS architecture

Hi,

I try to install the rticonnexctdds_connector in my OMEGA 2+  (that it has MIPS architecture Linux/GNU 4.4.74 ) and for this aim I used the command: pip install rticonnexctdds_connector.

The installation is successfully done but when I import it I have this error:

5 posts / 0 new
Last post
Offline
Last seen: 6 years 9 months ago
Joined: 06/17/2017
Posts: 2
[SOLVED] how to change max_objects_per_thread in rticonnextdds_connector

Hi,

 We are experimenting with the rticonnextdds_connector with node.js. Due to some legacy reason, we need more than 10 participants from different domains. However, node.js has a single process. On our 64-bit Ubuntu 14.04, the maximum number of participants was limited to 8.

   In order to increase the number of participants, we would have to change the resource_limits.max_objects_per_thread of DDS_DomainParticipantFactoryQos. The api to access DDSDomainParticipantFactory is not exposed in the connector.

1 post / 0 new
Offline
Last seen: 6 years 8 months ago
Joined: 02/07/2017
Posts: 14
Using Pytest with DDS_connector ..segmentation fault

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?  

Organization:
Subscribe to RSS - rticonnextdds_connector