Skip to content

Commit

Permalink
fix(motion_velocity_smoother): change curvature_calculation_distance (a…
Browse files Browse the repository at this point in the history
…utowarefoundation#685)

Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored Oct 30, 2023
1 parent b30356c commit 9904520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

# -- curve parameters --
# common parameters
curvature_calculation_distance: 5.0 # distance of points while curvature is calculating for the steer rate and lateral acceleration limit [m]
curvature_calculation_distance: 2.0 # distance of points while curvature is calculating for the steer rate and lateral acceleration limit [m]
# lateral acceleration limit parameters
enable_lateral_acc_limit: true # To toggle the lateral acc filter on and off. You can switch it dynamically at runtime.
max_lateral_accel: 1.0 # max lateral acceleration limit [m/ss]
Expand Down

0 comments on commit 9904520

Please sign in to comment.