-
Notifications
You must be signed in to change notification settings - Fork 5
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
[SDFormat->MJCF] Support //collision/surface
#12
Comments
//colliison/surface
from mujoco documentation:
from SDFormat spec:
Most of the parameters in The torsional coefficient does have a reasonable specification, so it wouldn't need to change, and we could follow its pattern for rolling friction:
We would eventually want to allow for anisotropic parameters for rolling friction (for example when used with a pyramid friction model), but that is not urgent for purposes of this project because MuJoCo does not support specifying anisotropic friction parameters for geometric shapes. Another reference is the ODE API and Dartsim API. |
//colliison/surface
//collision/surface
So to summarize, in the short term we could do the following:
|
I've committed scpeters/sdformat@deccd47 to a branch with two competing parameters for rolling friction (pick one to use):
|
adding python bindings for |
setting sliding friction in #70 |
We should be able to convert a subset of
//collision/surface
, such asfriction
andrestitution
properties. We should also document which elements are not supported.The text was updated successfully, but these errors were encountered: