Goals and Objectives
In this project, we build a mobile robot system that patrols in a predefined environment to detect and follow an intrduer. Primary objectives of this project are listed below.
- Learn about the architecture of an ATMEL microcontroller and its I/O interface.
- Get familiar with the development toolchain and hardware platform.
- Build a simple mobile robot system.
Sentry Robot
Agent Type | Percepts | Actions | Goals | Environment |
---|---|---|---|---|
Sentry: intruder detection and following | PIR -- passive infrared, Sonar, Virtual wall | Drive | Detect and follow an intruder | An empty rectangular area |
This table is usually called a PAGE description for an intelligent system. We defer detailed discussion about Percepts, Actions, Goals and Environment of the sentry robot in Section Sentry.