We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d144c commit a5b5967Copy full SHA for a5b5967
autoware_launch/config/control/trajectory_follower/longitudinal/pid.param.yaml
@@ -69,8 +69,9 @@
69
max_jerk: 2.0
70
min_jerk: -5.0
71
72
- # pitch
73
- use_trajectory_for_pitch_calculation: false
+ # slope compensation
74
lpf_pitch_gain: 0.95
+ slope_source: "raw_pitch" # raw_pitch, trajectory_pitch or trajectory_adaptive
75
+ adaptive_trajectory_velocity_th: 1.0
76
max_pitch_rad: 0.1
77
min_pitch_rad: -0.1
0 commit comments