You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ceccocats there is a description in the official blog of RTI about zero copy of connextdds in ros2
Incidentally, Connext DDS also supports a Zero Copy mode that can get the increased performance when sending large data inside a Process or over shared memory. Moreover, the Zero Copy approach used by Connext does not "bypass" the serialization and protocol and therefore does not cause the undesirable “coupling” side-effects. However, the Connext Zero Copy utilizes a specialized API that cannot be mapped to the ROS RMW API. You can explore the benefits of the Zero Copy feature as well as more extensive performance scenarios using rtiperftest (the RTI performance benchmarking tool), and the results of a previous RTI blog.
Note that in order to use zero copy, you will need to create "native" DDS endpoints (i.e. DataReaders and DataWriters), and define your message in a format that can be processed by RTI's code generator, rtiddsgen (e.g. IDL, or XML).
I'm closing this issue but I opened #98 to track requests for this feature.
Is ros2 loaned message interface supported?
I have nodes that sends static messages with zero-copy using the loaned inteface like this:
https://github.com/ros2/demos/blob/rolling/demo_nodes_cpp/src/topics/talker_loaned_message.cpp
Is it possible to use it with RTI Connext DDS obtaining the performace expected by a zero copy DDS?
Thanks,
Francesco
The text was updated successfully, but these errors were encountered: