logo-drone

0.0.2 • Public • Published

logo-drone (aka turtle-drone)

control the parrot AR drone (aka the nodecopter) using the LOGO programming language

uses the excellent js streaming LOGO interpreter written by @thisandagain

usage

var logodrone = require('logo-drone')(droneClientOptions)
var logoScript = 'RT 90 FD 200 RT 200'
 
logodrone.convert(logoScript, function(err, instructions) {
  logodrone.sendInstructions(instructions)
})
 
// or more simply:
 
logodrone.convertAndSend(logoScript)

videos

http://www.youtube.com/watch?v=weV9ePxKo68 http://www.youtube.com/watch?v=M3s9Iwx2NsQ

license

BSD

Readme

Keywords

none

Package Sidebar

Install

npm i logo-drone

Weekly Downloads

2

Version

0.0.2

License

BSD

Last publish

Collaborators

  • maxogden