Skip to content

Commit

Permalink
feat(tier4_system_launch): use mrm handler by default (#7728)
Browse files Browse the repository at this point in the history
Signed-off-by: Takagi, Isamu <[email protected]>
  • Loading branch information
isamu-takagi authored Jun 28, 2024
1 parent 24410a4 commit da0df3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch/tier4_system_launch/launch/system.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<arg name="sensor_model" description="sensor model name"/>

<!-- Emergency handler will be replaced by MRM handler. -->
<arg name="use_emergency_handler" default="true" description="use emergency handler packages"/>
<arg name="use_emergency_handler" default="false" description="use emergency handler packages"/>
<arg name="mrm_handler_param_path"/>
<arg name="diagnostic_graph_aggregator_param_path"/>
<arg name="diagnostic_graph_aggregator_graph_path"/>
Expand Down

0 comments on commit da0df3e

Please sign in to comment.