Skip to content

Commit

Permalink
feat: remove hostname arg tag
Browse files Browse the repository at this point in the history
  • Loading branch information
TetsuKawa committed Dec 16, 2023
1 parent 98a4242 commit 6321e1e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions system/remapper/launch/remapper.launch.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<launch>
<arg name="hostname" default="$(env HOSTNAME default)"/>

<arg name="input_operation_mode_availability" default="/system/operation_mode/availability"/>
<arg name="input_to_can_bus" default="/j6/to_can_bus"/>
<arg name="input_control_cmd" default="/control/command/control_cmd"/>
Expand All @@ -23,9 +21,6 @@
<arg name="input_diagnostics_graph_supervisor" default="/diagnostics_graph/supervisor"/>

<group>
<let name="ecu_name" if="$(eval &quot;'$(var hostname)'=='autoware'&quot;)" value="main"/>
<let name="ecu_name" unless="$(eval &quot;'$(var hostname)'=='autoware'&quot;)" value="sub"/>

<node pkg="remapper" exec="remapper" name="remapper" output="screen">
<!-- input -->
<remap from="~/input/system/operation_mode/availability" to="$(var input_operation_mode_availability)"/>
Expand Down

0 comments on commit 6321e1e

Please sign in to comment.