The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  UAV::Pilot::Wumpus::Driver

SYNOPSIS

    use UAV::Pilot::Wumpus::Driver;
    
    my $driver = UAV::Pilot::Wumpus::Driver->new({
        host => '10.0.0.10',
    });
    $driver->connect;

    $driver->send_radio_output_packet( 90, 100 );

DESCRIPTION

Driver for the WumpusRover. Does the UAV::Pilot::Driver role.

This is not intended to be used directly. See UAV::Pilot::Wumpus::Control::Event for the best way to control the WumpusRover from client code.