I want to transfer data or video over pcie to pcie from one nvidia module to another nvidia module, in ROS2 environment. So, is there any suggestions or idea?
Embedded Linux
Hi all,
I'm using RTI Connext DDS in a production system and leveraging the data_to_string() method to convert DDS samples into XML. This XML is then parsed using XPath queries to extract specific fields dynamically.
However, I’m encountering a significant performance issue — the data_to_string() call is taking up to 6 seconds for the first time, which is not acceptable for our use case.
