0.0.2 • Published 11 years ago

logo-drone v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
11 years ago

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

0.0.2

11 years ago

0.0.1

11 years ago