openai / mujoco-py

MuJoCo is a physics engine for detailed, efficient rigid body simulations with contacts. mujoco-py allows using MuJoCo from Python 3.
Other
2.79k stars 810 forks source link

How to change the default camera in Mujoco? #752

Open ObidaTer opened 1 year ago

ObidaTer commented 1 year ago

I am testing my xml-file model in MATLAB and need to change the default free camera to the tracking camera, which i defined in the body to track it.

CrushHour commented 1 year ago

Did you find a solution?