Skip to content

Commit

Permalink
feat(autoware_launch): enable emergency handling when resource monito…
Browse files Browse the repository at this point in the history
…ring state becomes error (#542)

Signed-off-by: tomoya.kimura <[email protected]>
  • Loading branch information
tkimura4 authored Aug 31, 2023
1 parent 1e48981 commit b98fb03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
/autoware/system/node_alive_monitoring: default
/autoware/system/emergency_stop_operation: default
/autoware/system/service_log_checker: { sf_at: "warn", lf_at: "none", spf_at: "none" }
/autoware/system/resource_monitoring: { sf_at: "warn", lf_at: "none", spf_at: "none" }
/autoware/system/resource_monitoring: { sf_at: "warn", lf_at: "error", spf_at: "none" }

/autoware/vehicle/node_alive_monitoring: default

Expand Down

0 comments on commit b98fb03

Please sign in to comment.