ajout launchfiles kinect

This commit is contained in:
Louis-Guillaume DUBOIS 2015-04-22 13:00:50 +02:00
parent 60f3f7d622
commit bae959e007
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<launch>
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch">
</include>
</launch>

View file

@ -0,0 +1,17 @@
<launch>
<include file="$(find freenect_launch)/launch/freenect.launch">
<!-- use device registration -->
<arg name="depth_registration" value="true" />
<arg name="rgb_processing" value="true" />
<arg name="ir_processing" value="false" />
<arg name="depth_processing" value="false" />
<arg name="depth_registered_processing" value="true" />
<arg name="disparity_processing" value="false" />
<arg name="disparity_registered_processing" value="false" />
<arg name="sw_registered_processing" value="false" />
<arg name="hw_registered_processing" value="true" />
</include>
</launch>