Skip to content

Commit 005e8a1

Browse files
restored AckermannMotionModel parameter section
Signed-off-by: Alessio Parmeggiani <parmeggiani.alessio1@gmail.com>
1 parent c152fcc commit 005e8a1

2 files changed

Lines changed: 16 additions & 14 deletions

File tree

configuration/packages/configuring-mppic.rst

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,6 @@ MPPI Parameters
5353
The plugin to use for the motion model constraints of the MPPI planner.
5454
Supported motion model plugins include "mppi::DiffDriveMotionModel", "mppi::OmniMotionModel", and "mppi::AckermannMotionModel" for differential drive, omnidirectional, and Ackermann robots respectively.
5555

56-
:``<motion_model>``.min_turning_r:
57-
58-
============== ===========================
59-
Type Default
60-
-------------- ---------------------------
61-
double 0.2
62-
============== ===========================
63-
64-
Description
65-
The minimum turning radius possible for the vehicle platform (m). This is only used if ``<motion_model>``.plugin is set to "mppi::AckermannMotionModel".
66-
6756
:critics:
6857

6958
============== ===========================
@@ -397,6 +386,19 @@ Trajectory Visualization
397386
Description
398387
Whether to allow QoS profiles to be overwritten with parameterized values.
399388

389+
AckermannMotionModel
390+
--------------------
391+
392+
:``<motion_model>``.min_turning_r:
393+
394+
============== ===========================
395+
Type Default
396+
-------------- ---------------------------
397+
double 0.2
398+
============== ===========================
399+
400+
Description
401+
The minimum turning radius possible for the vehicle platform (m). This is only used if ``<motion_model>``.plugin is set to "mppi::AckermannMotionModel".
400402

401403
Default Optimal Trajectory Validator
402404
------------------------------------

migration/Kilted.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -946,8 +946,8 @@ Global planner plugin natively accepts viapoints
946946

947947
The function signature for ``createPath`` must be updated accordingly for all custom planner plugins inheriting from the ``BaseGlobalPlanner``. This change does not alter the behavior of ``ComputePathThroughPoses`` that connects consecutive segments end-to-end but does upgrade the ``ComputePathToPose`` action.
948948

949-
MPPI motion uses support plugin-based configuration
950-
----------------------------------------------------
949+
MPPI motion models use plugin-based configuration
950+
--------------------------------------------------
951951

952952
`PR #6076 <https://github.com/ros-navigation/navigation2/pull/6076>`_ adds support for plugin-based configuration of motion models in MPPI.
953953

@@ -966,4 +966,4 @@ Supported motion model plugins are:
966966
- ``mppi::OmniMotionModel`` : replaces ``motion_model: Omni``
967967
- ``mppi::AckermannMotionModel`` : replaces ``motion_model: Ackermann``
968968

969-
While "diff_drive" is the default value for ``motion_model`` parameter, it is still required to specify the plugin for it, as shown above.
969+
While "diff_drive" is the default value for ``motion_model`` parameter, it is still required to specify the plugin for it, as shown above.

0 commit comments

Comments
 (0)