Skip to content
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

Add parameter to store Mission Hash. #12632

Closed
MikeCharikov opened this issue Oct 23, 2019 · 4 comments
Closed

Add parameter to store Mission Hash. #12632

MikeCharikov opened this issue Oct 23, 2019 · 4 comments

Comments

@MikeCharikov
Copy link

Feature request

Need to add parameter to store mission hash, so GCS can check this parameter before download mission from UAV. No need to implement CRC calculation on autopilot, GCS can calculate this parameter itself and store it on autopilot.

Is your feature request related to a problem? Please describe.

For large mission it takes time to download it all. If GCS knows that uploaded mission is equal to GCS-cached one - a lot of time will be saved in the field.

Describe the solution you'd like

To add Int32 parameter to MIS group: MIS_HASH

Platform
[ ] All
[ ] AntennaTracker
[X] Copter
[ ] Plane
[ ] Rover
[ ] Submarine

@MikeCharikov
Copy link
Author

At the present time for this task we use parameter that is not used for common flights. Something like VISO_POS_X.

But it is not the way it should work. :)

@auturgy
Copy link
Contributor

auturgy commented Oct 23, 2019 via email

@OXINARF
Copy link
Member

OXINARF commented Oct 23, 2019

This is being tracked at mavlink/mavlink#1171 as a generic solution so I'm closing this ArduPilot-specific request.

@OXINARF OXINARF closed this as completed Oct 23, 2019
@MikeCharikov
Copy link
Author

Ok.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants