Skip to content

Commit

Permalink
Merge pull request autowarefoundation#406 from tier4/chore/cherry-pic…
Browse files Browse the repository at this point in the history
…k/fix/disenge_control_validator_temporary

fix(control_validator): default false for publishing diag and display…
  • Loading branch information
0x126 authored Sep 12, 2023
2 parents 444213e + 92e464f commit 5c3aadc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/**:
ros__parameters:

publish_diag: true # if true, diagnostic msg is published
publish_diag: false # if true, diagnostic msg is published

# 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.)
diag_error_count_threshold: 0

display_on_terminal: true # show error msg on terminal
display_on_terminal: false # show error msg on terminal

thresholds:
max_distance_deviation: 1.0

0 comments on commit 5c3aadc

Please sign in to comment.