Comment on page
MAVLink
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 MAVLink Attributes in Project Settings and add a
Connection
.These are the guidelines for incorporating MAVLink Communication into a Project.
- Once the connection has been established, there are several Nodes that cover important functions of MAVLink Communication.
- On MAVLink Packet Received executes once a MAVLink
Message
is received, in the form of binary data.
Last modified 6mo ago