Skip to content

Commit 6c6e864

Browse files
authored
feat(tier4_control_launch): disable the trajectory extension (autowarefoundation#866)
disable the trajectory extending for terminal yaw control Signed-off-by: Zhe Shen <lucidshenzhe@gmail.com>
1 parent 39892b1 commit 6c6e864

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/control/trajectory_follower/lateral

1 file changed

+1
-1
lines changed

autoware_launch/config/control/trajectory_follower/lateral/mpc.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
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)
1414

1515
# -- trajectory extending --
16-
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: false # flag of trajectory extending for terminal yaw control
1717

1818
# -- mpc optimization --
1919
qp_solver_type: "osqp" # optimization solver option (unconstraint_fast or osqp)

0 commit comments

Comments
 (0)