Terminology #

Overview #

Decision Making for Robots #

Fully Autonomous Vehicles #

The Traditional A/V pipeline

  1. Process sensor data
  2. Detect obstacles
  3. Localize the car relative to the other objects
  4. Plan a path
  5. Actuate the car

How do you connect these modules together – through what parameters?

Autonomous Recipe - Making your car autonomous #

  1. Make car drive by wire
  2. Extend the car with cameras, lidars
  3. Use existing software modules
    • A perception module
    • An estimation/learning module
    • A planning/control module