Anne Hu
Partner: Daniel Barszczak
Date: 10/2/24
Our goal for this project was to successfully play a game of sharks and minnows by remotely controlling our robot from another room. The specifications defined for this assignment were:
In this project, I was primarily responsible for the code and wiring, while Daniel was responsible for the mechanical design. In order for the wiring to match the physical design, we agreed upon the following:
Initially, we were going to use one AprilTag and read translations to indicate steering. The magnitude of translation corresponded to the magnitude of motor speed.
While this code did work, I determined through testing that being able to control this system would be difficult. In retrospect and in seeing other teams’ solutions, I could have built a rig for the AprilTag. This code is title aprilTags.py in my repository.
https://github.com/annehu32/sharks-minnows/blob/main/aprilTags.py