Skip to content

Commit

Permalink
fix(autoware_launch): fix jpntaxi5 enable_path_smoothing (autowarefou…
Browse files Browse the repository at this point in the history
…ndation#607)

Signed-off-by: Yuki TAKAGI <[email protected]>
  • Loading branch information
yuki-takagi-66 authored Aug 21, 2023
1 parent aee8efe commit 2a81d1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
admissible_yaw_error_rad: 1.57 # stop mpc calculation when error is larger than the following value

# -- path smoothing --
enable_path_smoothing: false # flag for path smoothing
enable_path_smoothing: true # flag for path smoothing
path_filter_moving_ave_num: 25 # param of moving average filter for path smoothing
curvature_smoothing_num_traj: 15 # point-to-point index distance used in curvature calculation (for trajectory): curvature is calculated from three points p(i-num), p(i), p(i+num)
curvature_smoothing_num_ref_steer: 15 # point-to-point index distance used in curvature calculation (for steer command reference): curvature is calculated from three points p(i-num), p(i), p(i+num)
Expand Down

0 comments on commit 2a81d1e

Please sign in to comment.