I want to be able to say things to my drone like "There is a person three feet in front of you. Go around them." to expand on the language from this [voice control demo] (http://www.youtube.com/watch?v=uhBa11gdbeU), but I need to teach the drone how to navigate first.
$ git clone https://github.com/wiseman/node-ar-pnav.git
$ cd node-ar-pnav
$ npm install
$ npm install -g browserify
$ browserify browser/index.js -o browser/pnav.js
$ open browser/index.html
