Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 493 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 493 Bytes

MuJoCo Camera Depth Test

A quick script to test the accuracy of the depth from an OpenGL camera visualized with MuJoCo.

To run (using MuJoCo with enhanced camera depth precision) see: https://github.com/aftersomemath/mujoco/tree/depth-precision

python camera_depth_test.py --use_renderer

Should display something like:

Figure_1

TODO: Clean up script and document procedure clearly.