Skip to content

[gazebo simulator] is it possible to increase the physics max step size? #161

Answered by traversaro
valeriosperati asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @valeriosperati ,
in general all the models provided in the icub-gazebo repository have been tested with the default Gazebo physics step size of 0.001 s. Notice that all the Gazebo physics engines at the moment use a fixed-step integrator, so this set the actual step of the integrator.

Unfortunately the differential equations describing the evolution of a complex multibody system such as the iCub (with small light links such as the fingers and large heavy links such as the chest) are known to be rather stiff, so it does not surprise me that you have numerical stability problems by doubling the integrator fixed step.

Going back to your (I guess) original goal, I think there are several …

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by pattacini
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants
Converted from issue

This discussion was converted from issue #161 on December 09, 2020 17:22.