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
20
20
+ Odometry publishing
21
21
+ Task-space velocity, acceleration and jerk limits
22
22
+ Automatic stop after command time-out
23
+ + Chainable Controller
23
24
24
25
25
26
Description of controller's interfaces
@@ -28,7 +29,13 @@ Description of controller's interfaces
28
29
References
29
30
,,,,,,,,,,,,,,,,,,
30
31
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 ``.
32
39
33
40
Feedback
34
41
,,,,,,,,,,,,,,
You can’t perform that action at this time.
0 commit comments