Introduction to Robotics/Memory and Learning/Lab/Students

< Introduction to Robotics < Memory and Learning < Lab
Introduction to Robotics
Memory and Learning: Lecture (For Students) (For Teachers)

Lab (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:

  1. Have good, reliable routines for traveling a fixed distance and turning 90° to the left and right. Turns and measurements should be precise.
  2. 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.
  3. 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.