Skip to content

Commit 84a4a1b

Browse files
authored
chore: enable extend_trajectory_for_end_yaw_control (autowarefoundation#848)
Signed-off-by: Shumpei Wakabayashi <shumpei.wakabayashi@tier4.jp>
1 parent a0d3d14 commit 84a4a1b

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

autoware_launch/config/control/trajectory_follower/1/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/10/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/2/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/3/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/4/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/5/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/6/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/7/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/9/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/awsim_jpt/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # flag of trajectory extending for terminal yaw control
1717

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

autoware_launch/config/control/trajectory_follower/default/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: false # flag of trajectory extending for terminal yaw control
16+
extend_trajectory_for_end_yaw_control: true # 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)