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

Kinect point cloud all white

asked 2015-07-03 13:38:45 -0500

dinosaur gravatar image

updated 2015-07-03 14:06:33 -0500

I'm running ros hydro on ubuntu 12.04. The kinect's rgb camera is capturing color images, but the point cloud is all white.

This problem used to be occasional, and sometimes I'd have to power cycle the kinect and unplug/replug all its connections, then launch again and the point cloud would be normal. Now that's not working anymore.

I've tried using drivers openni_launch (1.9.5) and freenect_launch (0.3.2), but it doesn't make a difference. Ultimately I'd like to be using openni for compatibility with the openni skeleton tracker.

Has anyone seen this problem before? Is there a known solution? If not, what would you recommend as troubleshooting measures?

Update: This problem only happens with the PointCloud2. When viewing the DepthCloud in rviz, it's all color.

rviz window showing color image and white point cloud

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2015-07-03 15:22:28 -0500

dinosaur gravatar image

Make sure you are not disabling depth registration. Depth registration registers colors to the depth points.

Try roslaunch openni_launch openni.launch depth_registration:=true.

Check the launch file used to launch the kinect and make sure it does not have a line like <arg name="depth_registration" value="false" /> in the openni_launch node.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-07-03 13:38:45 -0500

Seen: 596 times

Last updated: Jul 03 '15