Parallax for Depth Perception

Implement a sensor module that can estimate depth based on binocular or motion parallax, reducing the need for a depth sensor.

Monty relies a lot on estimated depth for figuring out how it's vision sensor patch has moved in 3D space. Currently we use a depth sensor in our simulator for this, but many real world applications would not have access to such a sensor. Having the option to estimate depth in other ways would improve Monty's applicability in places where only standard RGB cameras are available.

For this task, one could test incorporating existing computer vision techniques to estimate depth based on parallax into a sensor module. Extra points if the technique is motivated by how biological systems solve this!




Help Us Make This Page Better

All our docs are open-source. If something is wrong or unclear, submit a PR to fix it!

Make a Contribution

Learn how to contribute to our docs