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

Switch balloon icon from parachute to landed based on ground level (ruaumoko) #46

Open
darksidelemm opened this issue Aug 30, 2022 · 1 comment

Comments

@darksidelemm
Copy link
Member

Currently the balloon icon switches from a parachute to the landed icon when the balloon goes below 300m AMSL. Some groups are launching in places where ground level is > 1000m. While the predictions now handle this (thanks tawhiri!), the icon doesn't change.

It might be possible to poll the ruaumoko API every X packets to keep a record of the ground level below the payload (wouldn't want to do this every packet), and use that ground level for the comparison that switches the icon.

@darksidelemm
Copy link
Member Author

Thinking more on this, we could hold onto the last predicted altitude from each prediction, and use that to compare against (if we have data) for the landing icon calculation?

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

1 participant