merged with lukas

This commit is contained in:
Pavel Lutskov
2019-01-28 15:04:29 +01:00
9 changed files with 2080 additions and 25 deletions

View File

@@ -1,32 +1,31 @@
<?xml version="1.0"?>
<!--
Launch file for Teleoperating NAO project
-->
<!--Launch file for Teleoperating NAO project-->
<launch>
<!-- roscore is automatically started if none exists-->
<!-- condition for rviz to be started at launch-->
<?ignore
<arg name="gui" default="false" />
<param name="use_gui" value="$(arg gui)"/>
?>
<!-- aruco detector node-->
<node pkg="teleoperation" type="aruco_detector" name="aruco_detector_node"/>
<node name="aruco_detector" pkg="teleoperation" type="aruco_detector"/>
<!-- aruco effector node, currently commented out-->
<?ignore
<node pkg="teleoperation" type="aruco_effector" name="aruco_detector_node"/>
<node name="aruco_effector" pkg="teleoperation" type="aruco_effector"/>
?>
<!-- speech recognition and response node-->
<node pkg="teleoperation" type="speech" name="speech_node"/>
<node name="speech" pkg="teleoperation" type="speech"/>
<node name="rviz" pkg="rviz" type="rviz" required="true"/>
<!-- open rviz window showing nao -->
<node name="rviz_back" pkg="rviz" type="rviz" args = " -d $(find teleoperation)/launch/rviz_config/nao.rviz"/>
<!-- open rviz window showing nao from its right side -->
<node name="rviz_right" pkg="rviz" type="rviz" args = " -d $(find teleoperation)/launch/rviz_config/nao_right.rviz"/>
<!-- open rviz window showing human -->
<node name="rviz_human" pkg="rviz" type="rviz" args = " -d $(find teleoperation)/launch/rviz_config/human.rviz"/>
</launch>