Skip to content

Commit a5b5967

Browse files
committed
feat(pid_longitudinal_controller): adjust slope compensation parameters
Signed-off-by: Berkay Karaman <brkay54@gmail.com>
1 parent 14d144c commit a5b5967

File tree

1 file changed

+3
-2
lines changed
  • autoware_launch/config/control/trajectory_follower/longitudinal

1 file changed

+3
-2
lines changed

autoware_launch/config/control/trajectory_follower/longitudinal/pid.param.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,9 @@
6969
max_jerk: 2.0
7070
min_jerk: -5.0
7171

72-
# pitch
73-
use_trajectory_for_pitch_calculation: false
72+
# slope compensation
7473
lpf_pitch_gain: 0.95
74+
slope_source: "raw_pitch" # raw_pitch, trajectory_pitch or trajectory_adaptive
75+
adaptive_trajectory_velocity_th: 1.0
7576
max_pitch_rad: 0.1
7677
min_pitch_rad: -0.1

0 commit comments

Comments
 (0)