rohanpsingh / mujoco-python-viewer

Simple renderer for use with MuJoCo (>=2.1.2) Python Bindings.
BSD 2-Clause "Simplified" License
163 stars 24 forks source link

Added save screenshot method #22

Open rpapallas opened 1 year ago

rpapallas commented 1 year ago

to allow clients to programmatically save screenshots to a desired path.

rohanpsingh commented 1 year ago

Thanks for the PR. I have a few comments:

It should be safe to merge this though, but let me first implement the record video functionality .

rpapallas commented 1 year ago

I agree, you might want to look into readthedocs for publishing docs, which you can publish as a GitHub page.