Document update for open_loop option in MPPI controller#797
Merged
SteveMacenski merged 2 commits intoros-navigation:masterfrom Oct 22, 2025
Merged
Document update for open_loop option in MPPI controller#797SteveMacenski merged 2 commits intoros-navigation:masterfrom
SteveMacenski merged 2 commits intoros-navigation:masterfrom
Conversation
Signed-off-by: Chanh Hoang <chanhhoang999x@gmail.com>
8 tasks
SteveMacenski
requested changes
Oct 21, 2025
| ============== =========================== | ||
|
|
||
| Description | ||
| Whether to use last command velocity or use wheel's odometry for MPPI initial state estimation. When enable, use last command velocity for MPPI initial state estimation. |
Member
There was a problem hiding this comment.
Suggested change
| Whether to use last command velocity or use wheel's odometry for MPPI initial state estimation. When enable, use last command velocity for MPPI initial state estimation. | |
| Whether to use last command velocity or use odometry for MPPI initial state estimation. When enable, use last command velocity for MPPI initial state estimation. |
| The tutorial for the Following Server has been recently updated. For the latest instructions and examples, see :ref:`navigation2-dynamic-point-following`. | ||
|
|
||
| Option for MPPI to use open loop mode | ||
| --------------------------------------------------------------------------- |
Member
There was a problem hiding this comment.
This must match the length of the title.
| --------------------------------------------------------------------------- | ||
|
|
||
| In `PR #5617 <https://github.com/ros-navigation/navigation2/pull/5617>`_,add new option to have open loop for MPPI. | ||
| Now it have 1 more option to use last command velocity for initial state estimation instead of wheel's odometry. |
Member
There was a problem hiding this comment.
Suggested change
| Now it have 1 more option to use last command velocity for initial state estimation instead of wheel's odometry. | |
| Now it have 1 more option to use last command velocity for initial state estimation instead of odometry. |
|
|
||
| In `PR #5617 <https://github.com/ros-navigation/navigation2/pull/5617>`_,add new option to have open loop for MPPI. | ||
| Now it have 1 more option to use last command velocity for initial state estimation instead of wheel's odometry. | ||
| Useful when using low accelerations or when wheel odometry's latency(motor response is poor) causes issues in MPPI initial state estimation. |
Member
There was a problem hiding this comment.
Suggested change
| Useful when using low accelerations or when wheel odometry's latency(motor response is poor) causes issues in MPPI initial state estimation. | |
| Useful when using low accelerations or when wheel odometry's latency (motor response is poor) causes issues in MPPI initial state estimation. |
Signed-off-by: Chanh Hoang <chanhhoang999x@gmail.com>
SteveMacenski
approved these changes
Oct 22, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Basic Info
Description of contribution in a few bullet points