Class: Artoo::Drivers::Ardrone

Inherits:
Driver
  • Object
show all
Defined in:
lib/artoo/drivers/ardrone.rb

Overview

Ardrone driver behaviors

Constant Summary

Constants inherited from Driver

Driver::COMMANDS

Instance Attribute Summary

Attributes inherited from Driver

#parent

Instance Method Summary collapse

Methods inherited from Driver

#command, #commands, #connection, #event_topic_name, #initialize, #interval, #known_command?, #method_missing, #pin, #start_driver

Constructor Details

This class inherits a constructor from Artoo::Drivers::Driver

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Artoo::Drivers::Driver

Instance Method Details

#startObject



8
9
10
# File 'lib/artoo/drivers/ardrone.rb', line 8

def start
  connection.start(false) # send false, so Argus does not use NavMonitor
end