Difference between revisions of "Curriculum"

From MAE/ECE 148 - Introduction to Autonomous Vehicles
Jump to navigation Jump to search
(Created page with "The following topics will be covered in this class: == Robot Motion == * Differential drive * Ackermann steering == Path planning == * Dubins curves == Sensors == * Enco...")
 
Line 5: Line 5:
* Differential drive
* Differential drive
* Ackermann steering
* Ackermann steering
 
* Basic path planning
== Path planning ==
 
* Dubins curves


== Sensors ==
== Sensors ==

Revision as of 16:40, 14 August 2017

The following topics will be covered in this class:

Robot Motion

  • Differential drive
  • Ackermann steering
  • Basic path planning

Sensors

  • Encoders
  • IMU
  • Camera

Feedback control

  • Why feedback?
  • PID control

Odometry

  • Encoders
  • IMU
  • Visual

Vision

  • Open CV
  • Obstacle avoidance
  • Performance considerations