File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
diff_drive_controller/doc Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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
2526Description of controller's interfaces
@@ -28,7 +29,13 @@ Description of controller's interfaces
2829References
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
3340Feedback
3441,,,,,,,,,,,,,,
You can’t perform that action at this time.
0 commit comments