jasonmossing15 / Lab8

This repo is for Lab 8, the robot maze
0 stars 0 forks source link

Lab 8 - The Maze

This library deals with the running the ECE382 Robot through a maze. Also in order to add difficulty and character I put a speaker to make the robot "DJ Roomba".

Concepts Needed

You need two main items in this lab:

Both of these are in this repo.

The Code

The Robot is a left wall follower, meaning it moves toward the left wall unless it is too close to the wall. In addition if the robot moves to close to the wall directly in front of it, it will back-up breifly then turn 90 degrees to the right. Some changes had to be made in the motor movement library to work. This was to include:

The veer functions have one motor go forward at the normal speed and slow the the other wheel to replicate a veer. This idea was given to me by Caleb Ziegler (the man, the myth, the legend).

Documentation and License

Anyone is allowed to use this code as long as you document. Caleb Ziegler helped me a lot on this assignment, so I suggest you just look at his. Here is a link to his repo.