The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.