Skip to content

Releases: robagar/tello-asyncio

1.3.2

09 May 16:32
Compare
Choose a tag to compare

Documentation links

1.3.1

09 May 14:58
Compare
Choose a tag to compare

Documentation :)

1.3.0

09 May 09:45
Compare
Choose a tag to compare

Complete SDK

  • mission pads
  • wifi
  • remote control

Video

  • raw video frame data via callback or async generator

Error handling

  • detects command/response mismatch

1.2.0

03 May 16:42
Compare
Choose a tag to compare

Advanced drone control

  • flips
  • go/curve to relative position
  • emergency stop
    Video
  • start/stop video stream
  • video url
    Error handling
  • handles error command responses from drone

1.1.0

03 May 16:40
Compare
Choose a tag to compare

Drone state

  • listens for and parses UDP state messages (not yet including the mission pad related values)
  • access via the read only state object attribute, or via shortcuts like height, temperature etc
  • constructor takes an optional on_state callback argument for notification of new state
  • or use the asynchronous generator state_stream for an infinite stream of updates

1.0.0

27 Apr 21:55
Compare
Choose a tag to compare

Basic drone control

  • UDP connection for sending commands and receiving responses (default AP mode only - you must join the drone's own WiFi network)
  • take off and land
  • rotate clockwise and counter-clockwise
  • move up, dow, left, right, forward and back