Skip to content

Commit

Permalink
feat(tier4_control_launch): disable the trajectory extension (autowar…
Browse files Browse the repository at this point in the history
…efoundation#866)

disable the trajectory extending for terminal yaw control

Signed-off-by: Zhe Shen <[email protected]>
  • Loading branch information
HansOersted authored Feb 14, 2024
1 parent 39892b1 commit 6c6e864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
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
extend_trajectory_for_end_yaw_control: false # flag of trajectory extending for terminal yaw control

# -- mpc optimization --
qp_solver_type: "osqp" # optimization solver option (unconstraint_fast or osqp)
Expand Down

0 comments on commit 6c6e864

Please sign in to comment.