Skip to content

Commit

Permalink
change curvature weight for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Sanchez <[email protected]>
  • Loading branch information
danielsanchezaran committed Nov 16, 2023
1 parent eee0e52 commit c92c479
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
soft:
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.2 # cost weight for the curvature of a sampled path
curvature_weight: 2000.0 # cost weight for the curvature of a sampled path
sampling:
enable_frenet: True
enable_bezier: False
Expand Down

0 comments on commit c92c479

Please sign in to comment.