Skip to content

Commit 973cc80

Browse files
authored
fix(control_launch): change default mpc param to improve performance (#667)
Signed-off-by: Takamasa Horibe <horibe.takamasa@gmail.com>
1 parent 49cc906 commit 973cc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launch/tier4_control_launch/config/trajectory_follower/lateral_controller.param.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
# -- vehicle model --
4545
vehicle_model_type: "kinematics" # vehicle model type for mpc prediction. option is kinematics, kinematics_no_delay, and dynamics
4646
input_delay: 0.24 # steering input delay time for delay compensation
47-
vehicle_model_steer_tau: 0.1 # steering dynamics time constant (1d approximation) [s]
48-
steer_lim_deg: 20.0 # steering angle limit [deg]
47+
vehicle_model_steer_tau: 0.3 # steering dynamics time constant (1d approximation) [s]
48+
steer_lim_deg: 40.0 # steering angle limit [deg]
4949
steer_rate_lim_dps: 600.0 # steering angle rate limit [deg/s]
5050
acceleration_limit: 2.0 # acceleration limit for trajectory velocity modification [m/ss]
5151
velocity_time_constant: 0.3 # velocity dynamics time constant for trajectory velocity modification [s]

0 commit comments

Comments
 (0)