Skip to content

Commit ce16e7f

Browse files
docs for chainable diff_drive_controller (#1518)
1 parent 28845e6 commit ce16e7f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

diff_drive_controller/doc/userdoc.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Other features
2020
+ Odometry publishing
2121
+ Task-space velocity, acceleration and jerk limits
2222
+ Automatic stop after command time-out
23+
+ Chainable Controller
2324

2425

2526
Description of controller's interfaces
@@ -28,7 +29,13 @@ Description of controller's interfaces
2829
References
2930
,,,,,,,,,,,,,,,,,,
3031

31-
(the controller is not yet implemented as chainable controller)
32+
When controller is in chained mode, it exposes the following references which can be commanded by the preceding controller:
33+
34+
- ``<controller_name>/linear/velocity`` double, in m/s
35+
- ``<controller_name>/angular/velocity`` double, in rad/s
36+
37+
Together, these represent the body twist (which in unchained-mode would be obtained from ~/cmd_vel).
38+
The ``<controller_name>`` is commonly set to ``diff_drive_controller``.
3239

3340
Feedback
3441
,,,,,,,,,,,,,,

0 commit comments

Comments
 (0)