mavlinkclient
MAVLink client information
Description
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.
Creation
Description
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.
Input Arguments
Properties
Examples
Version History
Introduced in R2019a