We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b9a84d commit 3a63abfCopy full SHA for 3a63abf
autoware_launch/config/control/control_validator/control_validator.param.yaml
@@ -9,11 +9,14 @@
9
10
thresholds:
11
max_distance_deviation: 1.0
12
+ acc_error_offset: 0.8
13
+ acc_error_scale: 0.2
14
rolling_back_velocity: 0.5
15
over_velocity_offset: 2.0
16
over_velocity_ratio: 0.2
17
overrun_stop_point_dist: 0.8
18
nominal_latency: 0.01
19
20
+ acc_lpf_gain: 0.97 # Time constant 1.11s
21
vel_lpf_gain: 0.9 # Time constant 0.33
22
hold_velocity_error_until_stop: true
0 commit comments