There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

NAME

UAV::Pilot::WumpusRover::Driver

SYNOPSIS

use UAV::Pilot::WumpusRover::Driver;

my $driver = UAV::Pilot::WumpusRover::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::WumpusRover::Control::Event for the best way to control the WumpusRover from client code.