Changes between Version 13 and Version 14 of SoftwareOverviewControl


Ignore:
Timestamp:
Sep 2, 2017, 12:04:59 PM (8 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SoftwareOverviewControl

    v13 v14  
    5757* The terrain the robot is traversing may have obstacles, bumps, ramps, etc. 
    5858
    59 So even the act of driving forward in a straight line is challenging.  To achieve this, Control Systems students must write software that makes use of sensors to continuously monitor the robot's environment such as:
     59So even the act of driving forward in a straight line is challenging.  Control Systems students must write software that uses sensors to continuously monitor the robot's environment while adjusting power to each motor to achieve the desired results.  Examples of sensors include:
    6060* a compass to determine orientation
    6161* a gyroscope to determine when the robot is turning
     
    6363* laser rangefinders to determine how far the robot is from objects around it
    6464* intelligent vision systems to identify targets
    65 Control systems students write software to monitor these sensors continuously while adjusting power to each motor to achieve the desired results. 
    6665
    67 [[BR]][[BR]]This should give some appreciation for the challenges facing [https://waymo.com/ self-driving cars] which are essentially robots that carry people.
     66[[BR]]This should give some appreciation for the challenges facing [https://waymo.com/ self-driving cars] which are essentially robots that carry people.