Manipulation in Clutter

Part 1:                                                   

Contact Simulation

MIT 6.4210/2:

Robotic Manipulation

Fall 2022, Lecture 8

Follow live at https://slides.com/d/av6LxtA/live

(or later at https://slides.com/russtedrake/fall22-lec08)

Course Roadmap

  1. Hardware basics (iiwa + WSG)
  2. Basic pick and place
    • Kinematics / Jacobian-based control
    • Moved a single object assuming we knew its pose
  3. Geometric perception
    • Pose estimation from depth for a single known object

This week:

  • More complex scenes (many objects / diverse objects)
  • Still relatively simple manipulation (pick and place)

"Clutter clearing" (an early project at TRI)

Probability distributions over environments.  Work by Greg Izatt

How do you generate random kitchens?

YCB Benchmarks – Object and Model Set

Rich collision geometries

Green arrow is the force on the red box due to the overlap with the blue box.

"Point contact" as implemented in Drake

"Point contact" as implemented in Drake

Multi-point contact

Many heuristics for using multiple points...

 

you can get more robust simulations with curated collision geometry

"Hydroelastic contact" as implemented in Drake

major contributions from Damrong Guoy, Sean Curtis, Rick Cory, Alejandro Castro, ...

"Hydroelastic contact" as implemented in Drake

Both boxes are soft.

Point contact vs hydroelastic

Point contact (discontinuous)

Hydroelastic

(continuous)

vs

Hydroelastic is

  • more expensive than point contact
  • (much) less expensive than finite-element models

 

State-space (for simulation, planning, control) is the original rigid-body state.

"Hydroelastic contact" as implemented in Drake

Example: Simulating LEGO® block mating

Manually-curated point contacts

Hydroelastic contact surfaces

Stable and symmetrical hydroelastic forces

Before

Now

The corner cases

Point contact

Hydroelastic contact

the frictionless case

The corner cases

Point contact (no friction)

Hydroelastic

(no friction)

Lecture 8: Contact Dynamics / Simulation

By russtedrake

Lecture 8: Contact Dynamics / Simulation

MIT Robotic Manipulation Fall 2021 http://manipulation.csail.mit.edu

  • 1,152