1 / 19

Robotics Intensive: Day 3

Robotics Intensive: Day 3. Gui Cavalcanti 1/17/2012. Class Goals. Discuss open loop vs. closed loop control Discuss PID Review control project goals Work on control systems Demo control systems!. Open Loop vs. Closed Loop Control. Open Loop Control.

winka
Télécharger la présentation

Robotics Intensive: Day 3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Robotics Intensive:Day 3 GuiCavalcanti 1/17/2012

  2. Class Goals • Discuss open loop vs. closed loop control • Discuss PID • Review control project goals • Work on control systems • Demo control systems!

  3. Open Loop vs. Closed Loop Control

  4. Open Loop Control • Issuing commands based on how you think a system will react, without taking into consideration how it is actually reacting • Common examples: • Sprinkler Systems • Washing Machines • 3pi spelling your name

  5. Open Loop Pitfalls • Easy to develop, and thus easy to assume it’s a good solution • You have no idea what’s actually happening, or even if the robot is successful

  6. Closed Loop Control • Issuing commands based on both how you think a system will react and the current state of the system • Common examples • Aircraft Autopilot • Car Cruise Control • 3pi following a line

  7. Cruise Control • System Parts: • Microcontroller • Speed Sensor • Engine Control Actuator • Decision-Making: • Microcontroller says “I want 50 MPH” • Speed Sensor says “We’re driving 45 MPH” • Microcontroller says “Actuator, make us go faster”

  8. Cruise Control GO FASTER! TOO SLOW! Increase Throttle 5 mph 50 mph 45 mph Repeat again and again.

  9. PID Control

  10. PID Control • Most common type of closed loop control, commonly used in robotics • PID: • Proportional • Integral • Derivative • What you control around matters!

  11. Proportional Control • Equivalent to a big spring. • Amount system responds is proportional to how large the error is.

  12. Integral Control • Equivalent to filling a bucket over time. • Amount system responds is proportional to how long the error has existed.

  13. Derivative Control • Equivalent to running through water. • Amount system responds is proportional to how fast the system is moving.

  14. Controls Project Goals

  15. The Mission

  16. Project Description • Implement the basic line following algorithm from the mbed Cookbook. • Implement the PID line following algorithm from the mbed Cookbook. • Demonstrate identification of and use of intersections. • Demonstrate travel to every branch of the map.

  17. Bonus Points • Fastest time • Ability to travel to a specific intersection • Ability to travel to a specific intersection by more than one route • Demonstrate (software-based) object detection

  18. Work on demos!

More Related