How to differentiate the Asynchronous and synchronous publish mode of FastDDS #5079
Replies: 1 comment
-
Hi @Syamkamalnadhc, thanks for using Fast DDS
Please refer to the publication mode kind description in the documentation
Any delivery mechanism can be used, they are agnostic to the publication mode.
Thread management. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to understand the behavior of Asynchronous and synchronous publish modes of FastDDS.
Working version:
FastDDS 2.6.7(Have a separate build for FastDDS ), and ROS2 - Humble
Referred the below link to use the publish modes in ROS2 application
https://github.com/ros2/rmw_fastrtps/blob/master/README.md
I used Fast DDS HelloworldSharedMem example by changing the publish mode to synchronous and asynchronous
Observations:
Questions:
Beta Was this translation helpful? Give feedback.
All reactions