mavlink v0.9.0 API Reference
Modules
Represent and work with MAVLink v1/2 message frames
Parse a mavlink xml file into an idiomatic Elixir representation
Connect to serial, udp and tcp ports and listen for, validate and forward MAVLink messages towards their destinations on other connections and/or Elixir processes subscribing to messages.
MAVLink.Router delegate for Serial connections
MAVLink.Router delegate for TCP connections Typically used to connect to SITL on port 5760
Core types that remain the same across dialects.
MAVLink.Router delegate for UDP connections
MAVLink.Router delegate for UDP connections
MAVLink support functions used during code generation and runtime Parts of this module are ported from corresponding implementations in mavutils.py