AutowareV2X/launch/v2x.launch.xml

6 lines
235 B
XML
Raw Normal View History

2021-10-27 21:56:21 +00:00
<launch>
<arg name="network_interface" default="wlp5s0"/>
2022-02-16 07:53:45 +00:00
<node pkg="autoware_v2x" exec="autoware_v2x_node" namespace="v2x" output="screen">
<param name="network_interface" value="$(var network_interface)"/>
2021-12-08 11:32:39 +00:00
</node>
2021-10-27 21:56:21 +00:00
</launch>