Skip to content

Mission Pads

ErnGusMik edited this page Sep 19, 2022 · 1 revision

Turn mission pad detection on/off

tello.set_mission_on()
# OR
tello.set_mission_off

Possible responses: ok / error


Set mission pad detection direction

tello.set_mission_direction(x)

Possible responses: ok / error
Parameters:

  • x: integer. Direction to detect mission pads -- downwards: 0, forwards: 1 or both: 2