Skip to content

Commit 3a63abf

Browse files
feat(control_validator)!: add acceleration check (#1375)
Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
1 parent 1b9a84d commit 3a63abf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: autoware_launch/config/control/control_validator/control_validator.param.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@
99

1010
thresholds:
1111
max_distance_deviation: 1.0
12+
acc_error_offset: 0.8
13+
acc_error_scale: 0.2
1214
rolling_back_velocity: 0.5
1315
over_velocity_offset: 2.0
1416
over_velocity_ratio: 0.2
1517
overrun_stop_point_dist: 0.8
1618
nominal_latency: 0.01
1719

20+
acc_lpf_gain: 0.97 # Time constant 1.11s
1821
vel_lpf_gain: 0.9 # Time constant 0.33
1922
hold_velocity_error_until_stop: true

0 commit comments

Comments
 (0)