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

Commit

Permalink
Change planning and control parameters for vehicle 4 (#149) (#150)
Browse files Browse the repository at this point in the history
Co-authored-by: Fumiya Watanabe <rej55.g@gmail.com>
  • Loading branch information
tier4-autoware-private-bot[bot] and rej55 committed Oct 8, 2021
1 parent 8aa795e commit 1011fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
qp_solver_type: "osqp" # optimization solver type. option is unconstraint_fast, unconstraint, and qpoases_hotstart and osqp
mpc_prediction_horizon: 50 # prediction horizon step
mpc_prediction_dt: 0.1 # prediction horizon period [s]
mpc_weight_lat_error: 0.05 # lateral error weight in matrix Q
mpc_weight_lat_error: 0.2 # lateral error weight in matrix Q
mpc_weight_heading_error: 0.0 # heading error weight in matrix Q
mpc_weight_heading_error_squared_vel: 0.03 # heading error * velocity weight in matrix Q
mpc_weight_steering_input: 1.0 # steering error weight in matrix R
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
threshold_speed_object_is_stopped: 1.0 # [m/s]
object_check_forward_distance: 150.0 # [m]
object_check_backward_distance: 2.0 # [m]
lateral_collision_margin: 2.0 # [m]
lateral_collision_margin: 1.8 # [m]

prepare_time: 2.0 # [s]
min_prepare_distance: 1.0 # [m]
Expand Down

0 comments on commit 1011fa5

Please sign in to comment.