MCPcopy
hub / github.com/dronesploit/dronesploit / run

Method run

dronesploit/_src/modules/command/dji/tello.py:61–62  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

59class Land(TelloModule):
60 """ Land the target Tello. """
61 def run(self):
62 self._send_udp_command("land")
63
64
65class Takeoff(TelloModule):

Callers

nothing calls this directly

Calls 1

_send_udp_commandMethod · 0.80

Tested by

no test coverage detected