connector rticonnextdds-connector

3 posts / 0 new
Last post
Offline
Last seen: 3 years 3 months ago
Joined: 11/24/2016
Posts: 6
Non English Characters in char array using RTI Connector

Hi,

I am trying to use char array to publish Non-English characters using RTI Connector. But when I check in Admin console I get different values.

For ascii values it works fine but when I am sending unicode then I am not getting same values whether I use RTI connector for python or js. When I use the native libraries to generate example for same and run the program then I am getting the values in Admin console what I had sent. As a result I am not able to use connector for sending Non English Charatcers in char array.

Can anybody suggest the way to resolve the issue?

2 posts / 0 new
Last post
Offline
Last seen: 3 years 9 months ago
Joined: 07/02/2020
Posts: 5
Publishing ConnextStaticSerializedData type object through RTI Connector

I am interfacing `ROS2` with native `RTI DDS Connector` for python where I am publishing messages in RTI connector and subscribing in ROS2.

I am trying to publish a ConnextStaticSerializedData type message, but encountered an issue where transport info do not match:

 

3 posts / 0 new
Last post
Offline
Last seen: 3 years 10 months ago
Joined: 11/24/2019
Posts: 11
Error creating connector in Unity3D

Hello to everyone,

I am trying to establish a connection between Unity and DDS using C# Connector. For this, I followed the steps below in order:

1-)  I cloned the repository and compiled the API as stated in the documentation.

2-) RTI.Connext.Connector.dll was imported into Unity (Assets/Plugins folder) and  C:\rticonnextdds-connector-cs\rticonnextdds-connector\lib\ added to environment PATH.

5 posts / 0 new
Last post
Offline
Last seen: 3 years 10 months ago
Joined: 11/24/2019
Posts: 11
C# Connector building error


Hello everyone,

I'm trying to use the C# Connector for Unity3D. I clone the rticonnextdds-connector-cs repository to my computer as stated in the documentation.

But when I try to compile the build.ps1 script via powershell, I get the following error:

MSBUILD : error MSB1001: Unknown switch.
Switch: /warnaserror

2 posts / 0 new
Last post
Offline
Last seen: 4 years 1 month ago
Joined: 03/19/2020
Posts: 1
!malloc size exceeds heap while creating publisher

Hi,

I am using nodejs rticonnextdds-connector. while the application is starting up I am getting the following issue. Pls guide.

Organization:
3 posts / 0 new
Last post
Offline
Last seen: 4 years 1 week ago
Joined: 03/31/2019
Posts: 3
Proper way to set char array in RTI DDS Connector

I'm using a type within the DDS Connector which features a char[256] array intended to represent a string. I'd like to be able to write this field properly from the python connector without having to change the base generated type to the standard DDS String (this would necessitate large changes in our codebase).

Effectively, I'd like to be able to do the following from python:

myString = "sampleString"
output.instance.set_string("charArrayFieldName", myString);

Where charArrayFieldName is defined as a 256 element char array as follows in the generated XML:

4 posts / 0 new
Last post
Offline
Last seen: 2 months 3 weeks ago
Joined: 02/07/2020
Posts: 21
rticonnextdds-connector resource cleanup

In my case, I am using rticonnextdds-connector-js, but suspect the question applies to the connectors in general:  how do you clean up individual datareaders and datawriters?

For instance, when getOutput() is called, it looks like a datawriter is created internally.  Even though a write({action: 'dispose'}) might release internal resouces, I don't see a means of releasing the datawriter itself.

12 posts / 0 new
Last post
Offline
Last seen: 4 years 10 months ago
Joined: 03/26/2019
Posts: 4
rticonnextdds-connector python3 problems

Hey there, 

I'm trying to create a testing application for some of our systems and I'm using the python connector to implement it. I've been successful reading and pubishing data using the connector with python2.7, but when I try to use it with python3 I can't seem to ever get a valid sample. No errors are displayed but no data is ever received. 

According to the github the connector should support Python 3.6, but I seem to be having no luck getting it to work. Any help would be appreciated.

Thanks!

Subscribe to RSS - connector rticonnextdds-connector