ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.