
What are alternatives to OpenSplice and RTI DDS implementations?
2012年2月29日 · I have a good amount of experience with RTI DDS and have used it in many applications. I have recently begun to use OpenSplice to work with DDS to see if there if it is a …
RTI DDS reader fails to identify topic - Stack Overflow
2021年3月9日 · and subsequently obviously to read/take the topic. The problematic topic is published under BuiltinQosLibExp::Generic.KeepLastReliable.TransientLocal policy and the …
WHY / WHEN using rather DDS instead of ZeroMQ? [closed]
2015年1月5日 · I would recommend you take a look at some of the other ones like RTI Connext DDS (our implementation), PrimsTech's OpenSplice DDS, or TwinOaks' CoreDX DDS. Of …
Undefined reference errors in RTI DDS when using modern c++ API
2020年10月14日 · The problem was due to the difference in ABIs of RTI libraries and the occi.so. Solved the problem by using occi_gcc53.so instead of occi.so library. Share answered Nov 18, …
RTI DDS subscriber not getting data from publisher
2015年8月31日 · RTI DDS Spy run from my Windows 7 machine shows that VM A (0A061071) writers are visible on the network, but no data is being received. It also shows that the readers …
publish subscribe - DDS Keyed Topics - Stack Overflow
2015年1月21日 · I am currently using RTI DDS on a system where we will have one main topic for multiple items, such as a car topic with multiple vin numbers. Since this is the design I am …
RTI DDS Qos profile history not working as expected
I am currently using RTI DDS for a pub sub system I am implementing, and for some topics want to keep a history depth of only 1 to keep to be resent if ever needed and for other topics, want …
xml - RTI DDS Configuration File - Stack Overflow
2016年7月20日 · Note: The paths aforementioned apply to RTI Connext DDS 5.2.0 and above.
Compiling Code with CMAKE written with C++ and DDS
2019年8月13日 · That example is using the files from the "resources/cmake" folder (to call RTI Code Generator and a FindPackage CMake script). The FindPackage script is also provided …
multiple ports being used in UDP transport of RTI connext DDS?
2017年11月24日 · Because it is in the standard, then Vendor-A's DDS can find Vendor-B's DDS immediately. There is no comparable TCP-analog to the UDP defined standard. Eventually …