Skip to content

Commit b7909d6

Browse files
authored
Fix default ros2 publication mode (#1025)
* Fix default ros2 publication mode Signed-off-by: Raul Sanchez-Mateos <[email protected]> * Update missed reference Signed-off-by: Raul Sanchez-Mateos <[email protected]> --------- Signed-off-by: Raul Sanchez-Mateos <[email protected]>
1 parent c16c505 commit b7909d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/fastdds/ros2/ros2_configure.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This section describes how to specify this extended configuration.
2424
Changing publication mode
2525
-------------------------
2626

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

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

7171

7272
.. _ros2_configure_xml:

0 commit comments

Comments
 (0)