Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 510 Bytes

File metadata and controls

22 lines (15 loc) · 510 Bytes

quadcopter

Arduino and python code to fly the RPi quadcopter through the desktop app

Installation

  • Add the Watson API key and URL as environment variables with the names "ASSISTANT_APIKEY" and "ASSISTANT_URL" respectively.

  • Run in the directory of installation:

    pip install virtualenv;
    virtualenv venv;
    source venv/Scripts/activate;
    pip install -r requirements.txt;

Usage

python main.py