Difference between revisions of "2019WinterTeam1"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
==Our Project: Voice Recognition Using Alexa SDK == | ==Our Project: Voice Recognition Using Alexa SDK == | ||
Although our project idea was inspired by [https://guitar.ucsd.edu/maeece148/index.php/2018SpringTeam6 2018SpringTeam6], we did some research and found out an easier way to make our Donkey Car succesfuly recognize commands: using Amazon's existing voice recognition software, we were able to organize our commands into categories, called ''intents'', and give the program different potential commands, or ''uterances''. |
Revision as of 19:58, 10 March 2019
Winter 2019 Team 1
Team Members
- Michael Cornejo, 5th year Physics student
- Stephen Cotton, 4th year ECE student
- Jared Blaine, Master student in ECE
- Laura Morejón Ramírez, 3rd year Aerospace Engineering student
Objectives
Team 1's main goals were to build an autonomous, 1/10 scale vehicle that could reliably drive on two different pre-designed tracks as well as respond to a collection of commands received through voice recognition.
Our Car: Donkey
Using the provided DonkeyCar framework, and training our car
Overview
Autonomy Kit
Our Project: Voice Recognition Using Alexa SDK
Although our project idea was inspired by 2018SpringTeam6, we did some research and found out an easier way to make our Donkey Car succesfuly recognize commands: using Amazon's existing voice recognition software, we were able to organize our commands into categories, called intents, and give the program different potential commands, or uterances.