NAME
UAV::Pilot::ARDrone
SYNOPSIS
my $driver = UAV::Pilot::ARDrone::Driver->new( ... );
$driver->connect;
my $dev = UAV::Pilot::ARDrone::Control->new({
driver => $driver,
});
$dev->takeoff;
$dev->pitch( 0.5 );
$dev->wave;
$dev->flip_left;
$dev->land;
DESCRIPTION
Driver/Control modules for running the Parrot AR.Drone under UAV::Pilot
.