Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Add parameter for using steer prediction (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
rej55 authored and mitsudome-r committed Aug 16, 2021
1 parent da442d0 commit 9d11c5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions control_launch/config/mpc_follower/mpc_follower_param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ctrl_period: 0.03 # control period [s]
traj_resample_dist: 0.1 # path resampling interval [m]
enable_yaw_recalculation: false # flag for recalculation of yaw angle after resampling
use_steer_prediction: false # flag for using steer prediction (do not use steer measurement)
admisible_position_error: 5.0 # stop mpc calculation when error is larger than the following value
admisible_yaw_error_: 1.57 # stop mpc calculation when error is larger than the following value

Expand Down

0 comments on commit 9d11c5f

Please sign in to comment.