SetupΒΆ
- Follow the instructions on https://www.python.org/downloads/ to download and install python 3.6.
- Clone the repository onto your local machine.
git clone https://github.com/Msherman4231/CozmoTasteProject.git
- Navigate to the repository.
cd CozmoTasteProject
- Create a python3.6 virtual environment. See the official python tutorial for more information.
python3.6 -m virtualenv venv
- Activate the virtual environment.
source venv/bin/activate
- Install dependencies.
pip install -r requirements.txt
- If you have an android device, follow the steps here to download and install the Android Debug Bridge.
- Follow step 1-4 under Starting Up the SDK here to connect Cozmo in SDK mode.
- With Cozmo connected, run the main program.
python3.6 main.py
- Or skip steps 7-9 and use the -g flag to run a simulation of the program without Cozmo.
python3.6 main.py -g