You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for calibration, there are two types. A) I want to use two cameras to stereo view and get distance information. We call this as stereo calibration. B) Since distance information in (A) is the distnace relative from the camera , so we want to get distance relative to the robot's base (OR hand) link, which is called hand-eye calibration.
In the case of 2-A, x) Relative coordinates between the two cameras → y) Rectification process so that the images obtained by the two cameras become parallel → z) Stereo calculation. You can check if the value of (y) is correct by looking at image_rect_color, etc.
We followed https://wiki.ros.org/rtmros_nextage/Tutorials/Setup%20stereo%20camera and tried to calibrate it, but it did not work. We used size: 6x5 square: 0.030 checkerboard.
The published point cloud is like attached picture. We cannot distinguish any objects from the point cloud.
So, we want to know the way or tips for correctly calibrating the camera on Nextage Open.
The text was updated successfully, but these errors were encountered: