Files
teleoperation/launch/teleoperation.launch

23 lines
506 B
XML

<!--
Launch file for Teleoperating NAO project
-->
<launch>
<!-- roscore is automatically started if none exists-->
<!-- aruco detector node-->
<node pkg="teleoperation" type="aruco_detector" name="aruco_detector_node"/>
<!-- aruco effector node-->
<?ignore
<node pkg="teleoperation" type="aruco_effector" name="aruco_detector_node"/>
?>
<!-- speech recognition and response node-->
<node pkg="teleoperation" type="speech" name="speech_node"/>
</launch>