Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing simulation parameters such as gravity and the inter-step time interval #49

Open
LeoneCosti96 opened this issue Oct 24, 2024 · 1 comment

Comments

@LeoneCosti96
Copy link

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

@jagdeepsb
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants