Skip to content

Commit d076aa5

Browse files
authored
feat(autoware_launch): use mrm handler by default (#1043)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent cb266c4 commit d076aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoware_launch/launch/components/tier4_system_component.launch.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<arg name="system_monitor_process_monitor_param_path" value="$(find-pkg-share autoware_launch)/config/system/system_monitor/process_monitor.param.yaml"/>
3030
<arg name="system_monitor_voltage_monitor_param_path" value="$(find-pkg-share autoware_launch)/config/system/system_monitor/voltage_monitor.param.yaml"/>
3131

32-
<arg name="use_emergency_handler" value="true"/>
32+
<arg name="use_emergency_handler" value="false"/>
3333
<arg name="mrm_handler_param_path" value="$(find-pkg-share autoware_launch)/config/system/mrm_handler/mrm_handler.param.yaml"/>
3434
<arg name="diagnostic_graph_aggregator_param_path" value="$(var diagnostic_graph_aggregator_param_path)"/>
3535
<arg name="diagnostic_graph_aggregator_graph_path" value="$(var diagnostic_graph_aggregator_graph_path)"/>

0 commit comments

Comments
 (0)