Skip to content

Commit c6d422e

Browse files
po
Signed-off-by: yuki-takagi-66 <yuki.takagi@tier4.jp>
1 parent 9d2c834 commit c6d422e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
/**:
22
ros__parameters:
3-
# If the number of consecutive invalid trajectory exceeds this threshold, the Diag will be set to ERROR.
4-
# (For example, threshold = 1 means, even if the trajectory is invalid, Diag will not be ERROR if
5-
# the next trajectory is valid.)
3+
# If the number of consecutive invalid predicted_path exceeds this threshold, the Diag will be set to ERROR.
4+
# (For example, threshold = 1 means, even if the predicted_path is invalid, Diag will not be ERROR if
5+
# the next predicted_path is valid.)
66
diag_error_count_threshold: 0
77

88
display_on_terminal: false # show error msg on terminal
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)