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

Method run

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

Source from the content-addressed store, hash-verified

46class EmergencyStop(TelloModule):
47 """ Stopping the target Tello in emergency. """
48 def run(self):
49 self._send_udp_command("emergency")
50
51
52class GetSysInfo(TelloModule):

Callers

nothing calls this directly

Calls 1

_send_udp_commandMethod · 0.80

Tested by

no test coverage detected