eProsima / Micro-XRCE-DDS-Client

Micro XRCE-DDS Client repository. Looking for commercial support? Contact info@eprosima.com
Apache License 2.0
130 stars 82 forks source link

added support for out of tree external transport #357

Closed tridge closed 1 year ago

tridge commented 1 year ago

this allows for the transport implementation to be outside the XRCE tree, mediated by a void* pointer

pablogs9 commented 1 year ago

Which is the difference between this and Custom transports: https://micro-xrce-dds.docs.eprosima.com/en/latest/transport.html?highlight=custom#custom-transport ?

richiprosima commented 1 year ago

Build status:

tridge commented 1 year ago

my apologies, I misunderstood the custom transport, I've now switched to using custom in ArduPilot for both UDP and serial. Closing