Skip to content

Commit

Permalink
fix: rename xx_risk to potential_xx
Browse files Browse the repository at this point in the history
Signed-off-by: Yuma Nihei <yuma.nihei@tier4.jp>
  • Loading branch information
yn-mrse committed Oct 1, 2024
1 parent 34f4919 commit 2af2fe0
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@
contains: [": localization_accuracy"]
timeout: 1.0

lane_departure_risk:
potential_lane_departure:
type: diagnostic_aggregator/GenericAnalyzer
path: lane_departure_risk
contains: [": lane_departure_risk"]
path: potential_lane_departure
contains: [": potential_lane_departure"]
timeout: 0.3

stopline_overrun_risk:
potential_stopline_overrun:
type: diagnostic_aggregator/GenericAnalyzer
path: stopline_overrun_risk
contains: [": stopline_overrun_risk"]
path: potential_stopline_overrun
contains: [": potential_stopline_overrun"]
timeout: 0.3

0 comments on commit 2af2fe0

Please sign in to comment.