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::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.