Difference between revisions of "2019FallTeam8"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
===Devices=== | ===Devices=== | ||
====IMU==== | |||
====Ultrasonic Sensors==== | |||
====USB GPS==== | |||
====Arduino Mega==== | |||
===Wiring=== | ===Wiring=== |
Revision as of 03:14, 27 November 2019
Team Members
Fall 2018
- Lovpreet Hansra, Computer Science BS
- Adam Porter, Electrical Engineering BS
- Luan Nguyen, Aerospace Engineering BS
Project Links
The Idea
Our goal was to provide our car with particular GPS coordinates, have the car navigate to the destination coordinates by using the magnetometer within the IMU, and then search for a particular object within a given radius. We plan to utilize computer vision to distinguish between objects and find the desired one while the car circumnavigates the area.
Hardware
Devices
IMU
Ultrasonic Sensors
USB GPS
Arduino Mega
Wiring
Software
For object recognition, we implemented a YOLO algorithm trained using the COCO dataset which classifies 80 different classes of objects.