Skip to content

Instantly share code, notes, and snippets.

@wiseman
Last active December 11, 2015 03:58
Show Gist options
  • Save wiseman/4541484 to your computer and use it in GitHub Desktop.
Save wiseman/4541484 to your computer and use it in GitHub Desktop.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment