-
-
Notifications
You must be signed in to change notification settings - Fork 904
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
Show GPS home position found in FC #3486
base: master
Are you sure you want to change the base?
Conversation
This comment has been minimized.
This comment has been minimized.
@HThuren just type |
AUTOMERGE: (FAIL)
|
Forgot to add: Please update preview as you do :) |
As suspected this shows the same location what is the use case for this change? Maybe when using waypoints https://www.youtube.com/watch?v=htdJly1_lGU |
Nice video .-), the test was to check if there came something form the FC. Use case: to check if home position are set, fx when use notepad on field |
I don't see too much utility for this, but mabye someone uses it sometime... For the other side, I think is better to put the "Home Latitude / Longitude:" row just before or after the current gps coords, renaming it to "Current Latitude / Longitude:" to let the difference clear. |
|
This comment has been minimized.
This comment has been minimized.
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This comment has been minimized.
This comment has been minimized.
@haslinghuis @ctzsnooze I still see this as a improvement (but have been away for job), at least for debugging purpose. There also are some changes to GUI at gps.js, but of course the can be made in another PR |
This could be totally done using configurator. Once gps fix has been attained record the gps lat lon value as home position. But as the GPS is acquiring new data - updating position - maybe showing some deviation. Only RTK will have correction data. |
good input from @ctzsnooze related to changes (now unwanted) in firmware : We could make a function in Configurator alone that showed the Home values just by looking to see if someone armed, had a 3D fix, and had enough sats, and saving those values at arm time. Perhaps better again, we could have a button that saved the GPS values at any time. We could consider those values to be 'home' value if saved when we had a 3D fix and our 8 sats, or we could save at any time just to see how stable the subsequent position estimates would be if we had saved 'home' at this time. We could also compute the distance from the 'saved' position to the current latitude and longitude, which would help a user understand the magnitude of the drift, in simple distance terms, had 'home' been set at the time we pressed the button. So I think there are Configurator only possibilities to provide very useful information about recent latitude and longtitude without using MSP. |
Also would like to have a status for the gps fix status change (signal loss occurrences - maybe with a optional sound when changing state). |
Closing as firmware [PR] is closed. |
I kept this open, since ctzsnooze had som good issues for future development, where do we keep them, when this PR are closed ? |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@haslinghuis thank you :-) |
No worries - was not aware it was still in development. |
Show GPS home position found i FC at GPS tab
Some design change to keep room to the GPS map
Depends on betaflight/betaflight#12899