Skip to content

Commit

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

Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 committed Oct 30, 2023
1 parent f441014 commit eb321ea
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
max_lateral_accel: 1.0 # max lateral acceleration limit [m/ss]
min_curve_velocity: 2.0 # min velocity at lateral acceleration limit and steering angle rate limit [m/s]
Expand Down

0 comments on commit eb321ea

Please sign in to comment.