Skip to content

Commit

Permalink
feat(trajectory_follower): extend mpc trajectory for terminal yaw (au…
Browse files Browse the repository at this point in the history
…towarefoundation#611)

* feat(trajectory_follower): extend mpc trajectory for terminal yaw

Signed-off-by: kosuke55 <[email protected]>

* rename to extend_trajectory_for_end_yaw_control

Signed-off-by: kosuke55 <[email protected]>

* Update control_launch/config/trajectory_follower/mpc_follower.param.yaml

Signed-off-by: kosuke55 <[email protected]>
  • Loading branch information
kosuke55 authored Dec 15, 2022
1 parent 8e597da commit 85d0c88
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
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)

# -- trajectory extending --
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control

# -- mpc optimization --
qp_solver_type: "osqp" # optimization solver option (unconstraint_fast or osqp)
mpc_prediction_horizon: 50 # prediction horizon step
Expand Down

0 comments on commit 85d0c88

Please sign in to comment.