We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
By able to convert <collision><surface><friction>
<collision><surface><friction>
<collision name='back_collision'> <pose relative_to="base_link"> -0.364 0 0.373 0 0 0 </pose> <geometry> <box> <size>0.048 0.705 0.186</size> </box> </geometry> <surface> <friction> <ode> <mu>0.6</mu> <mu2>0.6</mu2> </ode> </friction> </surface> </collision>
To USD Materials
rel material:binding:physics = </World/PhysicsMaterial> ( bindMaterialAs = "weakerThanDescendants" ) def Material "PhysicsMaterial" ( prepend apiSchemas = ["PhysicsMaterialAPI", "PhysxMaterialAPI"] ) { float physics:density = 1 float physics:dynamicFriction = 0.6 float physics:restitution = 0.4 float physics:staticFriction = 0.8 uniform token physxMaterial:frictionCombineMode = "min" uniform token physxMaterial:restitutionCombineMode = "min" }
The text was updated successfully, but these errors were encountered:
PR gazebosim/sdformat#975
Sorry, something went wrong.
ahcorde
No branches or pull requests
By able to convert
<collision><surface><friction>
To USD Materials
The text was updated successfully, but these errors were encountered: