Added support for MPPI Controller to adjust wz_std parameter based on linear speed#711
Open
vahapt wants to merge 4 commits intoros-navigation:masterfrom
Open
Added support for MPPI Controller to adjust wz_std parameter based on linear speed#711vahapt wants to merge 4 commits intoros-navigation:masterfrom
vahapt wants to merge 4 commits intoros-navigation:masterfrom
Conversation
… linear speed Signed-off-by: Vahap Oguz TOKMAK <5289529+vahapt@users.noreply.github.com>
SteveMacenski
requested changes
Jun 26, 2025
| Advanced Parameters | ||
| ------------------- | ||
|
|
||
| | **WARNING**: These parameters are experimental and subject to change; **use them at your own risk** as they may lead to unpredictable behavior in certain configurations. |
Member
There was a problem hiding this comment.
We shouldn't be merging this into mainline until its tested so that it is not experimental - so we should both have that testing done and also remove this warning
| ============== =========================== | ||
|
|
||
| Description | ||
| Defines the strength of the reduction function. |
Member
There was a problem hiding this comment.
Add the suggested 3.0 here
| ============== =========================== | ||
|
|
||
| Description | ||
| Target wz_std value while linear speed goes to infinity. Must be between 0 and wz_std. Has no effect if ``advanced.wz_std_decay_strength <= 0.0`` |
Member
There was a problem hiding this comment.
Add the suggested 0.05 here
| | When a robot with high inertia (e.g. 500kg) is moving fast and if wz_std is above 0.3, oscillation behavior can be observed. Lowering wz_std stabilizes the robot but then the maneuvers take more time. | ||
|
|
||
| | Dynamically reducing wz_std as vx, vy increase (speed of the robot) solves both problems. | ||
| | Suggested values to start with are: ``wz_std = 0.4, wz_std_decay_to = 0.05, wz_std_decay_strength = 3.0`` |
Member
There was a problem hiding this comment.
Remove suggested values here
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
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.
Documentation update relevant to issue ros-navigation/navigation2#5274