Embedded Linux

4 posts / 0 new
Last post
Offline
Last seen: 2 weeks 6 days ago
Joined: 10/17/2024
Posts: 2
communication over pcie to pcie using ROS2 environment from one nvidia module to another nvidia module on custom board.

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?

Keywords:
3 posts / 0 new
Last post
Offline
Last seen: 2 months 1 day ago
Joined: 02/17/2025
Posts: 3
Leveraging the data_to_string() method to convert DDS samples into XML

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.

Organization:
Subscribe to RSS - Embedded Linux