Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tier4_system_launch): change mrm state name #1474

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<group if="$(var use_diagnostic_graph)">
<include file="$(find-pkg-share mrm_handler)/launch/mrm_handler.launch.xml">
<arg name="config_file" value="$(var mrm_handler_param_path)"/>
<arg name="output_mrm_state" value="/system/fail_safe/mrm_state/tmp"/>
<arg name="output_mrm_state" value="/system/fail_safe/mrm_state"/>
</include>
</group>

Expand Down Expand Up @@ -165,7 +165,7 @@
<group>
<include file="$(find-pkg-share leader_election_converter)/launch/leader_election_converter.launch.xml">
<arg name="param_file" value="$(find-pkg-share autoware_launch)/config/system/leader_election_converter/leader_election_converter.param.yaml"/>
<arg name="input_mrm_state" value="/system/fail_safe/mrm_state/tmp"/>
<arg name="input_mrm_state" value="/system/fail_safe/mrm_state"/>
</include>
</group>

Expand Down
Loading