Skip to content

[22721] Increase 'max_blocking_time' in Easy Mode #1024

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/fastdds/env_vars/env_vars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,14 @@ The transports configured in this new mode include :ref:`UDP<transport_udp_udp>`
A detailed tutorial can be found in the
`Vucanexus Easy Mode Tutorial <https://docs.vulcanexus.org/en/latest/rst/tutorials/core/wifi/easy_mode/easy_mode.html>`__ documentation.

.. note::
When ``ROS2_EASY_MODE`` is enabled, Fast DDS automatically loads a custom XML profile named ``service``.
This profile increases the server's response timeout for ROS 2 services by modifying the
|ReliabilityQosPolicy::max_blocking_time-api|.
However, if the user provides an XML file that already contains a profile with the same name, Fast DDS will not
load any extra profile.
Instead, the |ReliabilityQosPolicy::max_blocking_time-api| value defined in the user's XML file will be used.

.. warning::
Discovery Server ``ROS2_EASY_MODE`` is not yet available for Windows platforms.

Expand Down