msckf_vio/launch/reset.launch

8 lines
194 B
Plaintext
Raw Permalink Normal View History

2018-01-08 20:41:37 +01:00
<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>