did some work to assemble it together
This commit is contained in:
16
launch/fulltest.launch
Normal file
16
launch/fulltest.launch
Normal file
@@ -0,0 +1,16 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!--Launch file for Test of teleoperating NAO project-->
|
||||
|
||||
<launch>
|
||||
|
||||
<!-- speech recognition and response node-->
|
||||
<node name="usb_cam_node" pkg="usb_cam" type="usb_cam_node"/>
|
||||
<node name="controller" pkg="teleoperation" type="controller.py"/>
|
||||
<node name="speech" pkg="teleoperation" type="speech"/>
|
||||
<node name="aruco_detector" pkg="teleoperation" type="aruco_detector"/>
|
||||
<node name="walker" pkg="teleoperation" type="walker.py"/>
|
||||
<node name="imitator" pkg="teleoperation" type="imitator.py"/>
|
||||
<node name="fall_detector" pkg="teleoperation" type="fall_detector.py"/>
|
||||
|
||||
</launch>
|
||||
Reference in New Issue
Block a user