Skip to content

Commit

Permalink
fix a typo in Executors documentation (ros2#3689)
Browse files Browse the repository at this point in the history
Signed-off-by: Mirai Shinjo <miraishinjo@icloud.com>
  • Loading branch information
mshinjo committed May 28, 2023
1 parent 9ed5b48 commit c154240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Concepts/About-Executors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ There are two types of callback groups, where the type has to be specified at in
* *Reentrant:* Callbacks of this group may be executed in parallel.

Callbacks of different callback groups may always be executed in parallel.
The Multi-Threaded Executor uses its threads as a pool to process a many callbacks as possible in parallel according to these conditions.
The Multi-Threaded Executor uses its threads as a pool to process as many callbacks as possible in parallel according to these conditions.
For tips on how to use callback groups efficiently, see :doc:`Using Callback Groups <../How-To-Guides/Using-callback-groups>`.

The Executor base class in rclcpp also has the function ``add_callback_group(..)``, which allows distributing callback groups to different Executors.
Expand Down

0 comments on commit c154240

Please sign in to comment.