Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
class
EmergencyStop(TelloModule):
47
""
" Stopping the target Tello in emergency. "
""
48
def
run(self):
49
self._send_udp_command(
"emergency"
)
50
51
52
class
GetSysInfo(TelloModule):
Callers
nothing calls this directly
Calls
1
_send_udp_command
Method · 0.80
Tested by
no test coverage detected