Integrate a serial transport method with the FastDDS (the version 2.6.7 supported in ROS2 Humble) #4551
Replies: 2 comments
-
Hi @Syamkamalnadhc, At the moment there is no support for transports other than the ones you mentioned. You analysis of the task is correct. I may point you to our support team ([email protected]) in case you are interested. |
Beta Was this translation helpful? Give feedback.
-
We are trying to set the transport to a custom transport which is PCIe using xml profile. We have achieved the transmission of data using PCIe, but this was achieved by hardcoding the TransportDescrptor as PCIe in one of the HelloWorldExamples. Below is the loaded xml profile pcie_transport PCIe 10 20 30 pcie_transport false |
Beta Was this translation helpful? Give feedback.
-
We are using DDS as part of ROS2. Currently the transport protocol supported by Fast DDS are UDP, TCP and SHM. Could you please suggest if the interfaces for serial communication protocols such as USB , PCIE are available for Fast DDS? Or a reference framework to integrate the custom protocol available? Currently our understanding is if we have to integrate a custom protocol, we have to develop the classes for Transport interface, Transport descriptor, SenderResource, Channel Resource etc and also should edit the XMLParser class.
Beta Was this translation helpful? Give feedback.
All reactions