Skip to content

Instantly share code, notes, and snippets.

@glamp
Created April 6, 2016 18:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glamp/0b6f0ef87525e3cefcfb4f5bd146712c to your computer and use it in GitHub Desktop.
Save glamp/0b6f0ef87525e3cefcfb4f5bd146712c to your computer and use it in GitHub Desktop.
var arDrone = require('ar-drone');
var colors = require('colors');
console.log("EMERGENCY LANDING!!!".red.bold.underline.bgBlack)
var client = arDrone.createClient();
client.stop();
client.land();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment