Skip to content

Commit

Permalink
feat(control_validator)!: add velocity check (autowarefoundation#1050)
Browse files Browse the repository at this point in the history
add param

Signed-off-by: Yuki Takagi <yuki.takagi@tier4.jp>
  • Loading branch information
yuki-takagi-66 committed Sep 17, 2024
1 parent c01072a commit ecd257a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/**:
ros__parameters:

# If the number of consecutive invalid predicted_path exceeds this threshold, the Diag will be set to ERROR.
# (For example, threshold = 1 means, even if the predicted_path is invalid, Diag will not be ERROR if
# the next predicted_path is valid.)
Expand All @@ -10,3 +9,5 @@

thresholds:
max_distance_deviation: 1.0
max_reverse_velocity: 0.2
max_over_velocity_ratio: 0.1

0 comments on commit ecd257a

Please sign in to comment.