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

Revision history [back]

I don't know about the problem, but if you just want to (statically) enable registration, you can edit your openni.launch file.

Change

<arg name="depth_registration" default="false" />

to

<arg name="depth_registration" default="true" />

to enable depth registration by default.