pangtao22 / planning_through_contact

MIT License
41 stars 7 forks source link

Random grasp no trajopt #39

Closed hjsuh94 closed 2 years ago

hjsuh94 commented 2 years ago

Variant of RRT that makes the following important changes:

  1. Rejection sampling on local distance metric. Pattern is same with Pang's code.
  2. Random regrasp with some probability
  3. (Very important) project dq into the range of Bu instead of B.

Got lucky one time and solved the planar hand in 6 seconds with 382 nodes! @lujieyang if you have time, maybe you could try this variant on the allegro hand / planar pushing as well? I could help!


This change is Reviewable

lujieyang commented 2 years ago
:lgtm: