Skip to content

Commit 9d9db1b

Browse files
Fix merge conflict in nav2_mppi_controller README (humble) (#4239)
Signed-off-by: Stephanie Eng <stephanie-eng@users.noreply.github.com>
1 parent 1ff1303 commit 9d9db1b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nav2_mppi_controller/README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,8 @@ This process is then repeated a number of times and returns a converged solution
5353
| gamma | double | Default: 0.015. A trade-off between smoothness (high) and low energy (low). This is a complex parameter that likely won't need to be changed from the default of `0.1` which works well for a broad range of cases. See Section 3D-2 in "Information Theoretic Model Predictive Control: Theory and Applications to Autonomous Driving" for detailed information. |
5454
| visualize | bool | Default: false. Publish visualization of trajectories, which can slow down the controller significantly. Use only for debugging. |
5555
| retry_attempt_limit | int | Default 1. Number of attempts to find feasible trajectory on failure for soft-resets before reporting failure. |
56-
<<<<<<< HEAD
5756
| reset_period | double | Default 1.0. required time of inactivity to reset optimizer (only in Humble due to backport ABI policies) |
58-
=======
5957
| regenerate_noises | bool | Default false. Whether to regenerate noises each iteration or use single noise distribution computed on initialization and reset. Practically, this is found to work fine since the trajectories are being sampled stochastically from a normal distribution and reduces compute jittering at run-time due to thread wake-ups to resample normal distribution. |
60-
>>>>>>> 924f1673 ([MPPI Optimization] adding regenerate noise param + adding docs (#3868))
6158

6259
#### Trajectory Visualizer
6360
| Parameter | Type | Definition |

0 commit comments

Comments
 (0)