Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.43 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.43 KB

Casper

This is a maze solving and collision avoiding robot. It is written in C++ and Arduino.

Please see the sketch and images for the setup. Instructions are to be followed from here.

The recommended operating environment is on thin carpet and with a wheel speed of 75. For collision avoiding, a wall detection threshold of 30cm or more is ideal.

Please note that the maze solver uses feedforward control and requires pre-programmed instructions.

Tests: Enclosed testing with a threshold of 15cm and improperly calibrated turning angles. Very poor at getting out of corners and hits many walls. Enclosed testing with a threshold of 30cm and proper turning angles. Much better at getting out of corners and hits much fewer walls.

Final Results: Maze solving in action is found here. Floor markers are used as the expected path. Real world collision avoidance is found here.

Final Note: Try more sensors to avoid blind spots!

UPDATE: New functionality added with pseudorandom turns in CollisionAvoidance.ino, a flex sensor for collision detection, turn signals, and threshold management within libraries. Maze solving was not updated as to reflect the changes; feedforward control is quite boring!