Difference between revisions of "2021SummerTeam6"
Jump to navigation
Jump to search
Line 39: | Line 39: | ||
= '''Our Python Code!''' = | = '''Our Python Code!''' = | ||
<nowiki> | <nowiki># -*- coding: utf-8 -*- | ||
# -*- coding: utf-8 -*- | |||
""" | """ | ||
Created on Mon Mar 29 14:31:14 2021 | Created on Mon Mar 29 14:31:14 2021 |
Revision as of 00:47, 6 September 2021
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