dragonlock2.github.io/_posts/2019/2019-05-07-micromouse-decal.md
2024-02-04 03:45:42 -08:00

1.2 KiB
Raw Permalink Blame History

title, date, categories, excerpt, header
title date categories excerpt header
Micromouse DeCal 2019-05-07 school A class on the Micromouse competition. Map out a maze, solve it, then speed through it.
teaser
/assets/img/2019/micromouse-sp19.jpg

Written 8-23-19

I had quite a bit of fun in this decal. Our goal was to make a robot that would go through a maze and map it out. Then it would go through again as fast as possible. Fastest robot wins.

Working in groups of three, we put together a predesigned robot and proceeded through several labs from motor control to wall following. It was pretty cool working on the control systems for the motors. We used these really awesome time of flight sensors to do wall detection. Honestly, with my experience in Arduino most of the code was pretty trivial, but I still did learn a thing or two. Unfortunately, there wasnt enough time to implement the maze solving, but we did get to wall following and turn detection.

{% include video id="4tAVbP4a6mA" provider="youtube" %}

{% include figure image_path="/assets/img/2019/micromouse-sp19.jpg" %}

There are quite a few things I would change with the robots design, but overall it proved a great learning platform.