Skip to content

Commit 297a4ef

Browse files
authored
doc: controller_chaining: Improved wording
Signed-off-by: Martin Pecka <[email protected]>
1 parent fbf918a commit 297a4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controller_manager/doc/controller_chaining.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ This means the following:
5353

5454
.. note::
5555

56-
This document uses terms *preceding* and *following* controller. These terms refer to such ordering of controllers that controller A *precedes* controller B if A's output is connected to B's reference interface. In the example diagram at the beginning of this section, 'diff_drive_controller' *precedes* 'pid left wheel' and 'pid right wheel'. Consequently, 'pid left wheel' and 'pid right wheel' are controllers *following* after 'diff_drive_controller'.
56+
This document uses terms *preceding* and *following* controller. These terms refer to such ordering of controllers that controller A *precedes* controller B if A claims (*connects its output to*) B's reference interfaces (*inputs*). In the example diagram at the beginning of this section, 'diff_drive_controller' *precedes* 'pid left wheel' and 'pid right wheel'. Consequently, 'pid left wheel' and 'pid right wheel' are controllers *following* after 'diff_drive_controller'.
5757

5858
Implementation
5959
--------------

0 commit comments

Comments
 (0)