Download the current mission from the vehicle.
()
| 92 | |
| 93 | |
| 94 | def 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 |
nothing calls this directly
no test coverage detected