MCPcopy
hub / github.com/dronekit/dronekit-python / download_mission

Function download_mission

examples/mission_basic/mission_basic.py:94–100  ·  view source on GitHub ↗

Download the current mission from the vehicle.

()

Source from the content-addressed store, hash-verified

92
93
94def download_mission():
95 """
96 Download the current mission from the vehicle.
97 """
98 cmds = vehicle.commands
99 cmds.download()
100 cmds.wait_ready() # wait until download is complete.
101
102
103

Callers

nothing calls this directly

Calls 2

downloadMethod · 0.80
wait_readyMethod · 0.45

Tested by

no test coverage detected