mavlink / MAVSDK-Java

MAVSDK client for Java.
71 stars 41 forks source link

Mission upload progress #54

Closed divyanshupundir closed 3 years ago

divyanshupundir commented 3 years ago

It sometimes takes a considerable amount of time to upload large missions or while using slow telemetry modules. Is there a way to get the mission upload progress so that the user may get an estimate of how much time may be required to upload the mission?

Something similar to drone.getMission().getMissionProgress(), that tells x out of n Mission Items have been uploaded.

julianoes commented 3 years ago

I can see how that would be useful. It's currently not implemented. I would suggest to create an issue over at https://github.com/mavlink/MAVSDK because it's not really an issue of the Java wrapper itself.