Skip to content

max-mapper/logo-drone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

control a parrot AR drone using the LOGO programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published