Skip to content

Commit

Permalink
Merge pull request #760 from tier4/feat/add-mrm-recoverble-feature
Browse files Browse the repository at this point in the history
feat(mrm_handler, tier4_system_component): add mrm recoverable option
  • Loading branch information
rej55 authored Feb 17, 2025
2 parents 9b63b63 + d2a569b commit 3af2e23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
use_parking_after_stopped: false
use_pull_over: false
use_comfortable_stop: true
is_mrm_recoverable: true

# setting whether to turn hazard lamp on for each situation
turning_hazard_on:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<arg name="mrm_handler_param_path" value="$(find-pkg-share autoware_launch)/config/system/mrm_handler/mrm_handler.param.yaml"/>
<arg name="diagnostic_graph_aggregator_param_path" value="$(var diagnostic_graph_aggregator_param_path)"/>
<arg name="diagnostic_graph_aggregator_graph_path" value="$(var diagnostic_graph_aggregator_graph_path)"/>

<arg name="launch_system_recover_operator" value="false"/>
</include>

<!-- For logging of diagnostics_graph error -->
Expand Down

0 comments on commit 3af2e23

Please sign in to comment.