Skip to content

Commit 165782e

Browse files
authored
feat(pid): use trajectory_pitch for slope_source (autowarefoundation#810)
1 parent 108dd6b commit 165782e

File tree

1 file changed

+1
-1
lines changed
  • autoware_launch/config/control/trajectory_follower/awsim_jpt/longitudinal

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
# slope compensation
7373
lpf_pitch_gain: 0.95
74-
slope_source: "raw_pitch" # raw_pitch, trajectory_pitch or trajectory_adaptive
74+
slope_source: "trajectory_pitch" # raw_pitch, trajectory_pitch or trajectory_adaptive
7575
adaptive_trajectory_velocity_th: 1.0
7676
max_pitch_rad: 0.1
7777
min_pitch_rad: -0.1

0 commit comments

Comments
 (0)