ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

Using the previous answer from @usman, I made it better by using a custom roslaunch file for openni and including the parameter:

<launch>
  <param name="/camera/driver/data_skip" value="2" />

  <include file="$(find openni_launch)/launch/openni.launch" >
    <arg name="depth_registration" value="true"/>
  </include>
</launch>