Skip to content

Commit

Permalink
Fix default ros2 publication mode (#1025) (#1030)
Browse files Browse the repository at this point in the history
* Fix default ros2 publication mode

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

* Update missed reference

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>

---------

Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
(cherry picked from commit b7909d6)

Co-authored-by: Raul Sanchez-Mateos Lizano <raul@eprosima.com>
  • Loading branch information
mergify[bot] and rsanchez15 authored Jan 31, 2025
1 parent b547635 commit 0cbfeca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fastdds/ros2/ros2_configure.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ This section describes how to specify this extended configuration.
Changing publication mode
-------------------------

*rmw_fastrtps* in ROS 2 uses asynchronous publication by default.
*rmw_fastrtps* in ROS 2 uses synchronous publication by default.
This can be easily changed setting the environment variable ``RMW_FASTRTPS_PUBLICATION_MODE``
to one of the following allowed values:

Expand Down Expand Up @@ -66,7 +66,7 @@ Said parameters, and their default values under ROS 2, are:
in a queue that is managed in a different thread, |br|
meaning that the user thread is available right |br|
after the call to send data.
- |ASYNCHRONOUS_PUBLISH_MODE-api|
- |SYNCHRONOUS_PUBLISH_MODE-api|


.. _ros2_configure_xml:
Expand Down

0 comments on commit 0cbfeca

Please sign in to comment.