2 changed files with 22 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||||
|
|
||||
|
<launch> |
||||
|
<include file="$(find hand_control)/launch/freenect-registered-xyzrgb.launch"> |
||||
|
</include> |
||||
|
</launch> |
||||
@ -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 new issue