cleaned up a bit

This commit is contained in:
Pavel Lutskov
2019-02-10 10:20:52 +01:00
parent 372ff68955
commit 567f7b0274
6 changed files with 34 additions and 55 deletions

View File

@@ -3,15 +3,12 @@
<!--Launch file for Test of teleoperating NAO project-->
<launch>
<include file="$(find teleoperation)/launch/sensoric.launch"/>
<arg name="autoimitate" default="--no-autoimitate"/>
<arg name="controller" default="dumb"/>
<node name="usb_cam" pkg="usb_cam" type="usb_cam_node"/>
<node name="aruco_detector" pkg="teleoperation" type="aruco_detector"
output="screen"/>
<node name="speech_server" pkg="teleoperation" type="speech_server.py"
output="screen"/>
<node name="masterloop" pkg="teleoperation" type="masterloop.py"
output="screen" args="$(arg autoimitate)"/>
<node name="hand_ler" pkg="teleoperation" type="hand_ler.py"/>