Any guides on general parameter tuning for articulated objects? #3091
Replies: 2 comments 1 reply
|
Hi @StoneT2000 , I'm not aware we have more specific things than what you found already, but we're tracking this request in #3099 now. It is anyways on our roadmap to improve the documentation in this direction. |
|
A concrete note on For |
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 all,
I have been playing around with newton recently and was wondering about if there were any general robot/articulated object tuning guides. Looking at some of the franka examples there are a few parameter changes like
rigid gap: https://github.com/newton-physics/newton/blob/main/newton/examples/contacts/example_brick_stacking.py#L496
and
solimp https://github.com/newton-physics/newton/blob/main/newton/examples/contacts/example_brick_stacking.py#L537-L547
some (or all?) of which are derived from mujoco. Was curious if there was a general guide on how these parameters should be tuned with respect to sim accuracy and performance. E.g. I would imagine smaller rigid_gap usually means faster simulation (it seems similar to the contact offset parameter of physx?)
thanks!
All reactions