Introduction to Robotics/Memory and Learning/Lab/Students
< Introduction to Robotics < Memory and Learning < LabLab (For Students) (For Teachers) — Assignment (For Students) (For Teachers) — Quiz (For Students) (For Teachers)
Introduction
In this lab, we will be using learning techniques and sensors to enable our robot to navigate a maze. The best robots will have two modes: An exploration mode where the robot explores the maze and creates an internal map of it, and a map-solving mode where the robot uses it's maps to navigate the maze quickly and efficiently.
In order to perform this task, the student must:
- Have good, reliable routines for traveling a fixed distance and turning 90° to the left and right. Turns and measurements should be precise.
- Have good, reliable routines for operating the ultrasonic sensor, including routines to turn the sensor 90°, and converting sensor readings into reliable distance measurements. This may require the student to take temperature measurements and make calculations concerning the speed of sound.
- Be proficient in the use of loops, branches, subroutines, and arrays.
This article is issued from Wikiversity - version of the Thursday, December 31, 2009. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.