Timing optimization in specch node, added launch file and script to start application
This commit is contained in:
22
launch/teleoperation.launch
Normal file
22
launch/teleoperation.launch
Normal file
@@ -0,0 +1,22 @@
|
||||
<!--
|
||||
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>
|
||||
Reference in New Issue
Block a user