Using wit.ai's API control your AR drone with voice commands.
- back
- backflip
- barrel roll
- clockwise (turn right)
- counter clockwise (turn left)
- disable emergency
- down
- forward
- land
- left
- right
- stop
- takeoff
- turn around
- up
- yaw dance
- For wit.ai to be accessible from your computer you need to be connected to the internet and your AR Drone at the same time. I was able to connect my AR Drone to my wifi access point using ardrone-wpa2.
- Clone the repo onto your computer.
- Run
npm install
- Set your drone's IP address in
config/config.js
. - Run
npm start
to start the web server. - Navigate a web browser to
localhost:3000
(or whatever port you have configured inconfig/config.js
). - Hold
spacebar
to record commands.