-
Notifications
You must be signed in to change notification settings - Fork 557
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow one-step upload of .bin files to droneshare #1335
Comments
@rmackay9 where can I find some info on the process used to initiate the bin log files download over mavlink? |
Freddy, I think the flow is something like:
In the ardupilot code I can see the definitions of the methods that handle these log related mavlink messages: Mission planner and APPlanner2 implement the GCS side of this already but I'm very unsure of where the code would be. Hope this helps some. |
How long would the bin files take to download over 3DR Radio? Would this be a function that only works with a USB / Wi-Fi connection? |
I think they would be extremely slow over a 3dr radio. Many minutes for a normal log would be my guess. |
The opensource dev team (Randy, Tridge, etc) would like to improve the quality of the log files uploaded to droneshare to allow better datamining so that we can proactively catch hardware and software issues.
One part of that would be to make it easier for users to upload binary log files to droneshare by making it a one-step process, perhaps as part of downloading the binary log file. Maybe have a checkbox, "Upload to droneshare" on the download screen.
Here is the related droneshare issue. dronekit/droneshare#141
The text was updated successfully, but these errors were encountered: