MAVLink
Last updated
Was this helpful?
Last updated
Was this helpful?
The MAVLink Nodes provide a means for the user to perform several actions within the MAVLink communications protocol. MAVLink, or Micro Air Vehicle Link, is used for communication with small vehicles, like drones. To use the MAVLink Nodes in Incari, the user needs to locate the in Project Settings and add a Connection
.
These are the guidelines for incorporating MAVLink Communication into a Project.
To properly start a connection, see the on the Communication Introduction page.
Once the connection has been established, there are several Nodes that cover important functions of MAVLink Communication.
decodes any received binary data through the established MAVLink connection.
executes once a MAVLink Message
is received, in the form of binary data.
To properly stop a connection, see the on the Communications Introduction page.
What is ?