pangtao22 / planning_through_contact

MIT License
44 stars 8 forks source link

IROS TODOs #10

Open pangtao22 opened 2 years ago

pangtao22 commented 2 years ago

(Very rough) paper structure

TODOs

hjsuh94 commented 2 years ago

Also, here are list of "enemies" to keep aware of:

  1. Papers that reason about reachable sets based on linearization.

  2. Papers that reason about reachable sets based on mode enumeration.

  3. Papers that help out the optimization process "too much" by assuming lot of structure. If we do decide to go with the finger teleporting assumption, I would prioritize on how our approach is different from theirs given that fingers teleport

hjsuh94 commented 2 years ago

@pangtao22 I do remember that while doing iRS-MPC paper, Russ wanted to disambiguate whether the trajopt efficiency comes from quasisdynamic or bundling (which led to a painful week implementing everything on second-order systems in Drake again).

Maybe this will happen this time too? I really think both are necessary for long-term steps :sweat:

pangtao22 commented 2 years ago

I remember that damping has to be tuned really carefully in drake for the auto-diffed derivatives to make sense... and Russ later kind of forgot about asking for it..., and focused more on the connection to RL?