Skip to content

Commit e1fff12

Browse files
Update documentation for deceleration max for Graceful Controller (#909)
* Update documentation for deceleration max for Graceful Controller Signed-off-by: Sakshay Mahna <sakshum19@gmail.com> * Update configuration/packages/configuring-docking-server.rst Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> * Update configuration/packages/configuring-graceful-motion-controller.rst Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> --------- Signed-off-by: Sakshay Mahna <sakshum19@gmail.com> Signed-off-by: Steve Macenski <stevenmacenski@gmail.com> Co-authored-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent e05e657 commit e1fff12

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

configuration/packages/configuring-docking-server.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,17 @@ Parameters
327327
Description
328328
Radius to end goal to commense slow down.
329329

330+
:controller.deceleration_max:
331+
332+
============== ==============
333+
Type Default
334+
-------------- --------------
335+
double 2.5
336+
============== ==============
337+
338+
Description
339+
Maximum deceleration (m/s²) used to compute a velocity limit based on distance to the goal.
340+
330341
:controller.rotate_to_heading_angular_vel:
331342

332343
============== ==============
@@ -740,6 +751,7 @@ Example
740751
v_linear_max: 0.15
741752
v_angular_max: 0.75
742753
slowdown_radius: 0.25
754+
deceleration_max: 2.5
743755
rotate_to_heading_angular_vel: 1.0
744756
rotate_to_heading_max_angular_accel: 3.2
745757
use_collision_detection: true

configuration/packages/configuring-graceful-motion-controller.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ Graceful Controller Parameters
135135
Description
136136
Radius (m) around the goal pose in which the robot will start to slow down.
137137

138+
:deceleration_max:
139+
140+
============== =============================
141+
Type Default
142+
-------------- -----------------------------
143+
double 2.5
144+
============== =============================
145+
146+
Description
147+
Maximum deceleration (m/s²) used to compute a velocity limit based on distance to the goal.
148+
138149
:initial_rotation:
139150

140151
============== =============================
@@ -318,6 +329,7 @@ Example
318329
v_angular_max: 5.0
319330
v_angular_min_in_place: 0.25
320331
slowdown_radius: 1.5
332+
deceleration_max: 2.5
321333
footprint_scaling_linear_vel: 0.5
322334
footprint_scaling_factor: 0.25
323335
footprint_scaling_step: 0.1

0 commit comments

Comments
 (0)