Changes between Version 13 and Version 14 of SoftwareOverviewControl
- Timestamp:
- Sep 2, 2017, 12:04:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SoftwareOverviewControl
v13 v14 57 57 * The terrain the robot is traversing may have obstacles, bumps, ramps, etc. 58 58 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:59 So 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: 60 60 * a compass to determine orientation 61 61 * a gyroscope to determine when the robot is turning … … 63 63 * laser rangefinders to determine how far the robot is from objects around it 64 64 * 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.66 65 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.