Skip to content

Commit

Permalink
feat: apply pose_instability_risk to localization_diag (#1560)
Browse files Browse the repository at this point in the history
* feat: apply pose_instability_risk to localization_diag

Signed-off-by: Yuma Nihei <[email protected]>

* fix: rename xx_risk to potential_xx

Signed-off-by: Yuma Nihei <[email protected]>

---------

Signed-off-by: Yuma Nihei <[email protected]>
  • Loading branch information
yn-mrse authored Oct 1, 2024
1 parent 0245366 commit 4bcb436
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@
path: localization_accuracy
contains: [": localization_accuracy"]
timeout: 1.0

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

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

0 comments on commit 4bcb436

Please sign in to comment.