Playing around with the Anki Vector robot
Built with the Official Vector SDK
-
Set up your Vector
Go download the Vector app, once you're done setting it up, come back here.
-
Create a Python3 Virtual Environment
python3 -m venv venv
-
Activate the Virtual Environment
source venv/bin/activate
-
Install the requirements
pip install -r requirements.txt
-
Install 3D Viewer requirements
pip3 install "anki_vector[3dviewer]"
-
Run the Anki Vector setup tool
python -m anki_vector.configure
Then follow through this setup. It will ask for your Vector's IP, Serial, and Name.