ros-naoqi / extrinsic_calibration

Extrinsic calibration for the color and depth cameras of Pepper robot
9 stars 7 forks source link

[question] does this solve the depth distortion? #1

Open warp1337 opened 6 years ago

warp1337 commented 6 years ago

Does this calibration solve the distortion of depth camera? Why do you need to change the URDF?

nlyubova commented 6 years ago

Right, there is not need to change the URDF, it is better/easier to use the register_depth.launch file (I have just added it to launch folder and updated the README).

This code mainly helps to align the depth and color data. In order to improve the distortion, you would need to do intrinsic calibration for example as described in the tutorial: wiki.ros.org/pepper/Tutorials/Calibration However, it will not remove it completely.