-
Hi, icub 2.7 is equipped with stereo camera, can i directly get the depthImage or disparity map from the output port as icubSim did in gazebo like below.
Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @jimingda To obtain depth images from the stereo rig of the real robot, you ought to perform structure from motion. However, the moving eye bulbs of iCub pose difficulties in getting decent depth images with the required levels of detail that could enable successful reaching. We provide all the info to print the holder yourself and then calibrate it. |
Beta Was this translation helpful? Give feedback.
Hi @jimingda
To obtain depth images from the stereo rig of the real robot, you ought to perform structure from motion.
To this end, you can explore the codebase hosted at https://github.com/robotology/stereo-vision.
However, the moving eye bulbs of iCub pose difficulties in getting decent depth images with the required levels of detail that could enable successful reaching.
For this, you may consider relying on an external RealSense device that can be plugged on a custom holder.
See the relative upgrade kit at:
We provide all the info to print the holder yourself and then calibrate it.