Society of Robots - Robot Forum

General Misc => Misc => Topic started by: ArcMan on February 21, 2009, 11:34:54 AM

Title: My First Maze Robot - Minotaur
Post by: ArcMan on February 21, 2009, 11:34:54 AM
Just wanted to share a couple pics of my first maze robot, which just took 3rd place at a work competition  ;D

(http://www.bennetwilliams.com/img/robots/minotaur/minotaur_small.jpg)

(http://www.bennetwilliams.com/img/robots/minotaur/minotaur_bottom_small.jpg)

Powered by a PIC 18F2685, (2) 7.2 VDC gearmotors with encoders, 3 analog line sensors, 2 digital line sensors, a Sabertooth 2X25 drive (overkill, but that's what I had).
I chose to build it a bit large because the maze track was made from pieces of wood, and the track was big (about 50' x 20').

Title: Re: My First Maze Robot - Minotaur
Post by: HyperNerd on February 21, 2009, 11:43:55 AM
Is that an Olimex PIC development board I spy in there!? Great to see another PIC-user on this forum!

Nice robot BTW. Any chance of sharing the source code?

 -HyperNerd
Title: Re: My First Maze Robot - Minotaur
Post by: superchiku on February 21, 2009, 12:29:27 PM
Really gReat work on the esign....what dwas the competition exactly abt???
Title: Re: My First Maze Robot - Minotaur
Post by: ArcMan on February 21, 2009, 01:14:03 PM
Thanks.
It was a maze race.  The best time from start to finish wins.  It was a looping maze, which made actually solving it very difficult.  I didn't have quite enough time, so it "solves" the maze by making random turns at intersections.  It worked good enough, though.

Here is the source code for PIC 18F2685.  It is written for the HITECH C Compiler.

http://www.bennetwilliams.com/brw/code/MazeRobot.zip (http://www.bennetwilliams.com/brw/code/MazeRobot.zip)

Title: Re: My First Maze Robot - Minotaur
Post by: Admin on March 02, 2009, 12:21:24 AM
Quote
which just took 3rd place at a work competition
3rd place?! SoR members are only allowed to come in 1st! ::)

So where is the video? And uh . . . how long did this robot take to 'solve' the maze? :P

And the maze was just lines on the wood, right?
Title: Re: My First Maze Robot - Minotaur
Post by: ArcMan on March 05, 2009, 02:39:54 PM
I'll try to bring home 1st next year  :)   It's tough, though, when your competition is culled from about 1,000 engineers in our building.

It solved the maze in about 140 seconds.  I'll post the video when I get a moment.  The track boards had a black line on them to follow.