I have two Ubuntu 16.04 machines on a local network (hard wired to a router thats doing DHCP) running Connext Pro 5.3.0. I simply installed pro, ran the launcher, and tried the shapes demo, publishing from one machine and subscribing from the other. I can not see any data from the topic i'm subscribing to. Tried this in both directions.
Connext DDS Professional 5.3
Background:
RTI 5.3.0, Professional
Basic IDL,
struct Encoder {
unsigned long relativePosition;
unsigned long absolutePosition;
};
Run it through rtiddsgen; pretty much all defaults except preprocessor disable.
C:\Program Files\rti_connext_dds-5.3.0\bin\rtiddsgen.bat C:\__\dds_intellisense_problem\Encoder.idl -ppDisable -language C++11 -create typefiles -create examplefiles -create makefiles -platform i86Win32VS2015 -stl