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

dlopez's profile - activity

2012-07-23 13:47:43 -0500 received badge  Famous Question (source)
2012-05-08 10:34:45 -0500 received badge  Notable Question (source)
2012-03-31 03:36:48 -0500 received badge  Popular Question (source)
2012-03-05 19:23:42 -0500 received badge  Scholar (source)
2012-03-01 22:25:12 -0500 asked a question Kinect calibration: disparity or depth?

Reading the technical description in ROS wiki (http://www.ros.org/wiki/kinect_calibration/technical), one would think that kinect devices produce disparity images (with a specific normalization) and efforts should be done to estimate a baseline separation between IR camera and IR projector and a specific constant offset. However, by ROS code inspection, it appears to me that the driver gives a depth map rather than disparity and no baseline/offset calibration is used.

Is ROS kinect calibration currently based only on a zero distortion calibration of the IR camera (thus assuming an accurately measured depth and estimating real-world XY), or am I missing something?

Thanks.