turtlebot_kinect.launch 894 B

12345678910111213141516171819202122
  1. <launch>
  2. <include file="$(find freenect_launch)/launch/freenect.launch">
  3. <!-- Don't publish the camera transforms as these are taken care of by the
  4. robot state publisher. -->
  5. <arg name="publish_tf" default="false" />
  6. <!-- use device registration -->
  7. <arg name="depth_registration" value="true" />
  8. <arg name="rgb_processing" value="true" />
  9. <arg name="ir_processing" value="false" />
  10. <arg name="depth_processing" value="false" />
  11. <arg name="depth_registered_processing" value="true" />
  12. <arg name="disparity_processing" value="false" />
  13. <arg name="disparity_registered_processing" value="false" />
  14. <arg name="sw_registered_processing" value="false" />
  15. <arg name="hw_registered_processing" value="true" />
  16. </include>
  17. </launch>