MAVLink client information
The mavlinkclient
object stores MAVLink client information for
connecting to UAVs (unmanned aerial vehicles) that utilize the MAVLink communication protocol.
Connect with a MAVLink client using mavlinkio
and use
this object for saving the component and system information.
This object requires you to install the UAV Library for Robotics System
Toolbox™. To install add-ons, use roboticsAddons
and select the desired add-on.
creates a MAVLink client interface for a MAVLink component. Connect to a MAVLink client
using client
= mavlinkclient(mavlink
,sysID
,compID
)mavlinkio
and specify the object in mavlink
. When a heartbeat is received by
the client, the ComponentType
and
AutoPilotType
properties are updated automatically. Specify the
SystemID
and ComponentID
as integers.