ajout launchfiles kinect
This commit is contained in:
parent
60f3f7d622
commit
bae959e007
2 changed files with 22 additions and 0 deletions
5
hand_control/launch/all.launch
Normal file
5
hand_control/launch/all.launch
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
<launch>
|
||||
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch">
|
||||
</include>
|
||||
</launch>
|
17
hand_control/launch/freenect-registered-xyzrgb.launch
Normal file
17
hand_control/launch/freenect-registered-xyzrgb.launch
Normal 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>
|
Loading…
Reference in a new issue