2021SummerTeam6
Team 6 Members
From Left to Right
Kevin Bishara (MAE) | William Lynch (ECE) | Anwar Hsu (ECE)
Robot & 3D Modeling Designs
Our Robot
Electronics Plate
Camera Mount
Jetson Nano Case
Autonomous Laps
DonkeyCar Laps
Our autonomous laps for DonkeyCar can be found here.
OpenCV/ROS Laps
Our OpenCV/ROS autonomous laps can be found here.
Final Project Overview
Our Python Code!
<nowiki>
- -*- coding: utf-8 -*-
""" Created on Mon Mar 29 14:31:14 2021
@author: Anwar """
- You need to install pyaudio to run this example
- pip install pyaudio
- When using a microphone, the AudioSource `input` parameter would be
- initialised as a queue. The pyaudio stream would be continuosly adding
- recordings to the queue, and the websocket client would be sending the
- recordings to the speech to text service