DAIRLab / dair_pll

DAIRLab Physics-based Learning Library
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

Reflect friction coefficient combination law from Drake in learned parameters #14

Open mshalm opened 1 year ago

mshalm commented 1 year ago

As stated in Drake's documentation on CoulombFriction, while we conceptually think of Coulomb friction coefficients as a joint property of two materials touching each other (and also parameterize it as thus in dair_pll), Drake actually associates a coefficient to each body, and combines them into a lumped parameter.

dair_pll should reflect this underlying parameterization for correct URDF generation.