Senior Design Project

I was a part of a senior design team that was tasked with building a fully autonomous ARFF truck. This was a really fun project that got cut short due to Covid-19. I was a part of the mission sub-team tasked with locating the fire using a camera and relaying the fire's position to navigation. We completed this task by using a Raspberry Pi camera to capture frames and then process the frames using the OpenCV library in Python. Then we combined this with the position of the servo that the camera was on and we could get a accurate positioning of the fire relative to the car. If the fire was not in line with the nozzle, we could send corrections to navigation. Once the positioning was correct and we were within distance, we would send a signal to a relay to deploy the payload and put out the fire. By working on this project, I learned how to handle, store, and process large amounts of data using Python, use the OpenCV library, improved my teamwork skills, and learned more about how computers receive and process images. A video for this project can be found here.