Skip to content

Commit d2ff5c3

Browse files
Increase 'max_blocking_time' in Easy Mode (#1024)
* Refs #22721: Docs about 'service' XML profile Signed-off-by: cferreiragonz <[email protected]> * Refs #22721: NIT Signed-off-by: cferreiragonz <[email protected]> --------- Signed-off-by: cferreiragonz <[email protected]>
1 parent b7909d6 commit d2ff5c3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/fastdds/env_vars/env_vars.rst

+8
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,14 @@ The transports configured in this new mode include :ref:`UDP<transport_udp_udp>`
287287
A detailed tutorial can be found in the
288288
`Vucanexus Easy Mode Tutorial <https://docs.vulcanexus.org/en/latest/rst/tutorials/core/wifi/easy_mode/easy_mode.html>`__ documentation.
289289

290+
.. note::
291+
When ``ROS2_EASY_MODE`` is enabled, Fast DDS automatically loads a custom XML profile named ``service``.
292+
This profile increases the server's response timeout for ROS 2 services by modifying the
293+
|ReliabilityQosPolicy::max_blocking_time-api|.
294+
However, if the user provides an XML file that already contains a profile with the same name, Fast DDS will not
295+
load any extra profile.
296+
Instead, the |ReliabilityQosPolicy::max_blocking_time-api| value defined in the user's XML file will be used.
297+
290298
.. warning::
291299
Discovery Server ``ROS2_EASY_MODE`` is not yet available for Windows platforms.
292300

0 commit comments

Comments
 (0)