File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -287,6 +287,14 @@ The transports configured in this new mode include :ref:`UDP<transport_udp_udp>`
287
287
A detailed tutorial can be found in the
288
288
`Vucanexus Easy Mode Tutorial <https://docs.vulcanexus.org/en/latest/rst/tutorials/core/wifi/easy_mode/easy_mode.html >`__ documentation.
289
289
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
+
290
298
.. warning ::
291
299
Discovery Server ``ROS2_EASY_MODE `` is not yet available for Windows platforms.
292
300
You can’t perform that action at this time.
0 commit comments