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
Previously, we did a relatively expensive self-collision and
regrab check on the robot in *any* clone operation, on the off
chance that it was grabbing something that could get messed up.
This moves the `CheckSelfCollision()` and `RegrabAll()` operations
inside the following checks:
1. We are not cloning back into the same environment.
2. The robot is actually grabbing something.
This shaves time off nested cloning calls, as found everywhere
in our planning stack.
0 commit comments