Skip to content

Commit

Permalink
feat(mrm_handler, tier4_system_component): add mrm recoverable option
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito Ando <[email protected]>
  • Loading branch information
TomohitoAndo committed Feb 14, 2025
1 parent b8109e3 commit bf480fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
use_parking_after_stopped: false
use_pull_over: false
use_comfortable_stop: true
is_mrm_recoverable: true
use_pull_over_after_stopped: 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 bf480fb

Please sign in to comment.