Skip to content

Commit 8e15f44

Browse files
Adding ay_min into MPPI
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
1 parent 2703efe commit 8e15f44

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

configuration/packages/configuring-mppic.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,17 @@ MPPI Parameters
184184
Description
185185
Maximum forward acceleration (m/s^2).
186186

187+
:ay_min:
188+
189+
============== ===========================
190+
Type Default
191+
-------------- ---------------------------
192+
double -3.0
193+
============== ===========================
194+
195+
Description
196+
Minimum lateral acceleration in either direction, if using ``Omni`` motion model (m/s^2).
197+
187198
:ay_max:
188199

189200
============== ===========================
@@ -1043,6 +1054,7 @@ Example
10431054
wz_max: 1.9
10441055
ax_max: 3.0
10451056
ax_min: -3.0
1057+
ay_min: -3.0
10461058
ay_max: 3.0
10471059
az_max: 3.5
10481060
iteration_count: 1

0 commit comments

Comments
 (0)