ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Apparently the newest version of OpenNI has a bug where, in ROS:
Point clouds are available in /camera/depth_registered/points
even if the depth_registration
flag is off.
Turning on the depth_registration
flag leads to black depth images and invalid point clouds, where both are filled with NaN values.
That may be a bug in the latest version of OpenNI or an incompatibility between the latest version and ROS. I haven't seen any reports of people having this problem outside of ROS, but that may be just because I haven't looked enough.
2 | No.2 Revision |
Apparently the newest version of OpenNI has a bug where, in ROS:
Point clouds are available in /camera/depth_registered/points
even if the depth_registration
flag is off.
Turning on When the depth_registration
flag leads to black is off, the clouds do not seem depth images registered.
When the depth_registration
flag is on, the point clouds and invalid point clouds, where both the corresponding depth image are filled with NaN values.
That may be a bug in the latest version of OpenNI or an incompatibility between the latest version and ROS. I haven't seen any reports of people having this problem outside of ROS, but that may be just because I haven't looked enough.