Lockheed Martin

3 posts / 0 new
Last post
Offline
Last seen: 1 year 5 months ago
Joined: 09/06/2022
Posts: 2
Visual Studio 2019 Fails to Compile

I am trying to build the hello world programs in Visual Studio 2019. I get the following errors:

Organization:
1 post / 0 new
Offline
Last seen: 4 years 10 months ago
Joined: 03/13/2018
Posts: 4
Presentations from Munich Connext Conference 2019!

Munich Connext Conference 2019Hi everyone!

4 posts / 0 new
Last post
Offline
Last seen: 7 years 4 months ago
Joined: 02/26/2016
Posts: 5
rtirecord hangs when recording ping at 100 samples per second

I'm remotely controlling rtirecord using a java application. It works fine recording pings until I increase the sample rate to 100 samples per second. At different points in my application, the rtirecord process stops sending heart beat and stalls. Attached is the java code and rtirecord xml file I use.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 7 years 4 months ago
Joined: 02/26/2016
Posts: 5
Record/Replay seem to read default config when it shouldn't

To run rtirecord or rtireplay, I made a copy of the example RTI_RECORDING_SERVICE.xml or RTI_REPLAY_SERVICE.xml configuration files in the resource/xml install directory.


Then, I ran using the -cfgFile <> option, specifying my local copy of the config.

When running this way it consistently gives an XML error indicating that the "default" configuration (or any config name) for that matter has already been defined.

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 7 years 4 months ago
Joined: 02/26/2016
Posts: 5
Use of name idl as a module doesn't work

This:

module idl
{
 enum A { a, b, c };
};
module other
{
 struct s
 {
 idl::A myA;
 };
};

  

when compiled using 

rtiddsgen file.idl

results in:

Organization:
1 post / 0 new
Offline
Last seen: 7 years 1 month ago
Joined: 10/20/2014
Posts: 1
Maximum DataWriter on a Computer

We have 7 processes running on a single computer.  Each process creates 3 domain participants with domain id 0,1, and 2.  Our system has less than 80 DataReader/Writer combined.

The symptom is some DataReader/Writer from process number 6 or 7 (the process that was launch later) will not be discovered by rtiddsspy nor other processes.  There are no error message from RTI DDS, and DataReader/Writer pointers return from publisher->create_writer is non-null.  The application can still send data using those "problem" data writer and get a return ok.

Organization:
2 posts / 0 new
Last post
Offline
Last seen: 10 years 3 months ago
Joined: 11/05/2013
Posts: 2
Getting error "PRESWriterHistoryDriver_completeBeAsynchPub:!make_sample_reclaimable"

I'm working with RTI connext 5.0.0 and using an older quality of service file from a previous project running connext 4.5d. It doesn't seem to have any problems running with the QoS file, but I'm getting a bizarre error on write that I haven't seen before. It seems to only happen when a reader goes down, and it leads me to believe the writer on the same topic is getting stuck trying to write to it, which didn't happen in version 4.5d.

Organization:
5 posts / 0 new
Last post
Offline
Last seen: 10 years 7 months ago
Joined: 07/17/2013
Posts: 6
RTI Shapes Demo and RTPS2 protocol

Hello,

I have two instances of the RTI Shapes Demo running on one PC while capturing RTPS2 packets.  I am able to see the PIDs in the DATA(r), (p), and (w).  However when I manipulate the position of the shapes on the publisher instance I do not see any RTPS2 packets containing the change of the shape's location even though it is being mirrored on the subscriber instance.  Is the location of the shape published on RTPS2 as well or are they being communicated differently in the Shapes Demo?

Thank you.

v/r,

marlo

 

Organization:
6 posts / 0 new
Last post
Offline
Last seen: 2 years 12 months ago
Joined: 05/08/2013
Posts: 8
Recording DDS traffic without Recording Service

Has anyone attempted to record DDS traffic without using the recording service? We need to record and playback dds data, but we're unable to use the recording service because we're using VxWorks for our OS, and don't have access to a Windows or Linux machine during operation. I've browsed the forums and have deduced some potential options:

  1. Use Dyanmic Data API to subscribe to DDS data and serialize/deserialize to a file
Organization:
Subscribe to RSS - Lockheed Martin