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
I think probably this ticket is holding up #21095, so I hope to have us resolve this sooner than later.
@amcastro-tri As of today, which of "similar" or "lagged" (or "sap?) is our best guess at the most useful default value? I can open the PR if you like, I just don't know which one to choose.
Per f2f: running kLagged would be ideal in that it does not introduce artifacts results of the convexification (i.e. "gliding" when sliding). However, kLagged introduced a "weak" coupling of friction and normal forces that might impact the perfomance (meaning predicted success/failure) of grasping tasks in simulation. In this regard, kSimilar is the safe bet, in that it solves most of the big issues we had with kSap and introduces Hunt & Crossley for the accurate and stable modeling of dissipation.
See #21294, thus far a WIP until we confirm all tests pass. I run a few tests locally and they succeded. Lets wait for Drake CI and Anzu CI for the final veredict.
The MbP has some deprecations related to the contact solver:
drake/multibody/plant/multibody_plant.h
Lines 2235 to 2238 in f8f957f
drake/multibody/plant/multibody_plant_config.h
Lines 64 to 73 in f8f957f
Normally I'd just remove the deprecated code myself, but I can't this time because I don't have the "information we collect from users".
Please remove the deprecated code / comments and adjust the nearby code as-necessary.
The text was updated successfully, but these errors were encountered: