msckf_vio/launch/reset.launch
2018-01-08 14:41:37 -05:00

8 lines
194 B
XML

<launch>
<arg name="robot" default="fla1"/>
<group ns="$(arg robot)">
<node pkg="rosservice" type="rosservice" name="reset_vio"
args="call --wait vio/reset"/>
</group>
</launch>