hand_control/launch/freenect-registered-xyzrgb.launch
2015-09-18 16:52:52 +02:00

39 lines
1.5 KiB
XML

<!--
Copyright © 2015 CentraleSupélec
This file is part of Hand Control.
Hand Control is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Hand Control is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with Hand Control. If not, see <http://www.gnu.org/licenses/>.
-->
<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" />
<!-- remapping -->
<arg name="depth_registered" value="xyzrgb"/>
</include>
</launch>