Numerical solver used in Pybullet #4544
Unanswered
vishnu02saj
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to know what kind of numerical solver does pybullet use? Is it a fixed-time step solver or variable-time step solver? I know we can change the pybullet frequency, but do we have options for solvers? Can I choose a fixed time-step solver for example ode1(Euler) or say ode4(Runga-Kutta) and specify the time step I want? If so how do I do that? (By default, PyBullet uses a sequential impulse solver is what I read which I think uses an adaptive time step).
Beta Was this translation helpful? Give feedback.
All reactions