Connect to MAVLink clients through UDP port
connects to the connectionName
= connect(mavlink
,"UDP")mavlinkio
client through a UDP port.
additionally specifies arguments using name-value pairs.connectionName
= connect(___,Name,Value)
Specify optional
comma-separated pairs of Name,Value
arguments. Name
is
the argument name and Value
is the corresponding value.
Name
must appear inside quotes. You can specify several name and value
pair arguments in any order as
Name1,Value1,...,NameN,ValueN
.