COMSW4733 Final Course Project Authors: Charles Chen, Saloni Jain, Tiffany Fu
- Clone the repo
- In your terminal:
- Create a virtual environment:
python -m venv robot - Run
source robot/bin/activate - Run
pip install -r requirements.txt
- Create a virtual environment:
- Create a
.envfile:- Add your Gemini API key in the following format:
GEMINI_API_KEY=
- Add your Gemini API key in the following format:
- Run
python pick_up_and_rotate.py - You can specify a pour level of
low,medium, orhighby providing it as a CLI arg. If no args are provided, the robot will use amediumpour level.- Ex:
python pick_up_and_rotate.py high
- Ex: