You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working in pyBullet, and using URDFs, the implementation of friction is a bit confusing. There are several URDF values such as "lateral_friction" that when changed between 0 and 1 for a block sliding on a plane, make no impact on the physics I am trying to simulate. How does lateral_friction relate to static or kinetic friction? Additionally, with two URDFs interacting, we have to separate URDFs, should the lateral_friction values match in order to recreate accurate friction coefficients?
Bonus question is about mass value, and how changing it doesn't affect the physics either.
This discussion was converted from issue #2310 on April 26, 2021 03:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
While working in pyBullet, and using URDFs, the implementation of friction is a bit confusing. There are several URDF values such as "lateral_friction" that when changed between 0 and 1 for a block sliding on a plane, make no impact on the physics I am trying to simulate. How does lateral_friction relate to static or kinetic friction? Additionally, with two URDFs interacting, we have to separate URDFs, should the lateral_friction values match in order to recreate accurate friction coefficients?
Bonus question is about mass value, and how changing it doesn't affect the physics either.
Thanks!
Kyle
Beta Was this translation helpful? Give feedback.
All reactions