Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 508 Bytes

File metadata and controls

12 lines (11 loc) · 508 Bytes

TODO

  • follow ar.drone developer guide (e.g. repeatedly send takeoff commands until they are acknowledged in a navdata)
  • reduce latency by always decoding i-frames and only decoding p-frames if they are in the buffer
  • add image callbacks
  • implement logging
  • add connection detection
  • add ready callbacks and blocking methods
  • enumate other navdata types (i.e. all of the id_nr values and all of the ctrl_state values)
  • change to setuptools
  • gracefully quit when ctrl+c is pressed or sys.exit