Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 364 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 364 Bytes

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