Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Nodecopter

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

 Nodecopter

Avatar for Andrew Nesbitt

Andrew Nesbitt

February 26, 2013
Tweet

More Decks by Andrew Nesbitt

Other Decks in Technology

Transcript

  1. var arDrone = require('ar-drone'); var client = arDrone.createClient(); client.takeoff(); client

    .after(5000, function() { this.clockwise(0.5); }) .after(3000, function() { this.animate('flipLeft', 15); }) .after(1000, function() { this.stop(); this.land(); });