Caltech-AMBER / obelisk

A stable generic robot control interface.
https://caltech-amber.github.io/obelisk/
MIT License
5 stars 0 forks source link

Draft mj cam render py #70

Open alberthli opened 1 month ago

alberthli commented 1 month ago

In spirit, this PR shows code changes that would enable simulated rendering in mujoco on the python side. However, in practice, it doesn't work very well. The rendering is very slow and throttles the entire node. My suspicion is that it is not easy to handle this on the python side and that this feature may have to be implemented only on the cpp side.