NAME
UAV::Pilot::Control::ARDrone::SDLNavOutput
SYNOPSIS
my $nav_packet = UAV::Pilot::Driver::ARDrone::NavPacket->new( ... );
my $sdl = UAV::Pilot::Control::ARDrone::SDLNavOutput->new;
$sdl->render( $nav_packet );
DESCRIPTION
Graphically renders a UAV::Pilot::Driver::ARDrone::NavPacket
using SDL.
METHODS
new
Constructor
render
render( $nav_packet )
Updates the graphic with the given nav packet data.