You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! It's me again. I was wondering if it is possible to add forces acting on the robot, or in general changing physical variables in the environment. I have found the definition of gravity = 110 in evogym/simulator/SimulatorCPP/PhysicsEngine.h, but ideally I would like to be able to control that. Also, why is it 110? What is the unit of measure? Another thing I would love to be able to do is to change the simulation time between each "step", is is something that can be done through the API? Thank you so much for your help
The text was updated successfully, but these errors were encountered:
Hey EvoGym does not have an API that supports changing physics params. The values here have no meaning/units -- they have been empirically tuned to achieve reasonable-looking simulation for common robot sizes.
If necessary, you can experiment with different physics params by changing the underlying simulator code and rebuilding it.
Hi! It's me again. I was wondering if it is possible to add forces acting on the robot, or in general changing physical variables in the environment. I have found the definition of gravity = 110 in evogym/simulator/SimulatorCPP/PhysicsEngine.h, but ideally I would like to be able to control that. Also, why is it 110? What is the unit of measure? Another thing I would love to be able to do is to change the simulation time between each "step", is is something that can be done through the API? Thank you so much for your help
The text was updated successfully, but these errors were encountered: