Skip to content

Commit

Permalink
feat(autoware_launch): add pacmod_error to diad emergency list (autow…
Browse files Browse the repository at this point in the history
…arefoundation#465)

* feat(autoware_launch): add pacmod_error to diad emergency list

Signed-off-by: tomoya.kimura <[email protected]>

* fix dummy_diag

Signed-off-by: tomoya.kimura <[email protected]>

* feat: add accel brake fault

Signed-off-by: tomoya.kimura <[email protected]>

* Apply suggestions from code review

Co-authored-by: Kah Hooi Tan <[email protected]>

---------

Signed-off-by: tomoya.kimura <[email protected]>
Co-authored-by: Kah Hooi Tan <[email protected]>
  • Loading branch information
tkimura4 and tkhmy authored May 9, 2023
1 parent d0f296a commit 81db9c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,6 @@

#vehicle
vehicle_errors: default
pacmod_errors: default
pacmod_accel_brake_fault: default
accel_brake_map_calibrator: default
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@
path: vehicle_errors
contains: [": vehicle_errors"]
timeout: 1.0
pacmod_errors:
type: diagnostic_aggregator/GenericAnalyzer
path: pacmod_checker
contains: [": pacmod_checker"]
timeout: 1.0
pacmod_accel_brake_fault:
type: diagnostic_aggregator/GenericAnalyzer
path: pacmod_accel_brake_fault
contains: [": pacmod_accel_brake_fault"]
timeout: 1.0
node_alive_monitoring:
type: diagnostic_aggregator/AnalyzerGroup
path: node_alive_monitoring
Expand Down

0 comments on commit 81db9c9

Please sign in to comment.