/eastbay-mavlink

Noodling on some mavlink code

Primary LanguagePython

eastbay-mavlink

Noodling on some mavlink code

The demos/ directory has some code showing how to access and decode mavlink messages.

  • basic-reading.py: connect to the mavlink device and read bytes
  • parse-stream.py: parse and display the mavlink packets
  • mavbus-rx.py: prototype msgbus receiver
  • mavbus-xmitter.py: protype msgbut transmitter