Skip to content

Commit

Permalink
perf(path_sampler): tune lateral_deviation_weight for more stable pla…
Browse files Browse the repository at this point in the history
…nning (#455)

Set lateral_deviation_weight 0.1 -> 1.0

Signed-off-by: Maxime CLEMENT <[email protected]>
  • Loading branch information
maxime-clem committed Jul 25, 2023
1 parent 66cb0fa commit 28c86e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
max_curvature: 0.1 # [m⁻¹] maximum curvature of a sampled path
min_curvature: -0.1 # [m⁻¹] minimum curvature of a sampled path
soft:
lateral_deviation_weight: 0.1 # cost weight for lateral deviation between the end of a sampled path and the reference path
lateral_deviation_weight: 1.0 # cost weight for lateral deviation between the end of a sampled path and the reference path
length_weight: 1.0 # cost weight for the length of a sampled path
curvature_weight: 1.0 # cost weight for the curvature of a sampled path
sampling:
Expand Down

0 comments on commit 28c86e6

Please sign in to comment.