Skip to content
forked from jimweirich/argus

Ruby API for controlling a Parrot AR Drone

License

Notifications You must be signed in to change notification settings

kpfefferle/argus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Argus -- Parrot AR Drone Ruby API

Current Status

  • Experimental
  • Subject to change
  • Use at your own risk
  • May cause cancer

Example

  require 'argus'

  drone = Argus::Drone.new
  drone.start

  drone.take_off
  sleep 5
  drone.turn_right(1.0)
  sleep 5
  drone.turn_left(1.0)
  sleep 5
  drone.hover.land
  sleep 5
  drone.stop

About

Ruby API for controlling a Parrot AR Drone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%