hand_control/launch/freenect-registered-xyzrgb.launch

39 lines
1.5 KiB
Plaintext
Raw Permalink Normal View History

2015-09-18 14:52:52 +00:00
<!--
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/>.
-->
2015-04-22 11:00:50 +00:00
<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" />
2015-04-22 11:12:04 +00:00
<!-- remapping -->
2015-04-22 21:42:08 +00:00
<arg name="depth_registered" value="xyzrgb"/>
2015-04-22 11:12:04 +00:00
2015-04-22 11:00:50 +00:00
</include>
</launch>