-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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 presetting of ublox position from LastGPSPosition #26083
Conversation
How bad is the TTFF if this last position is significantly wrong? Can imagine this happens quite often in the field |
I will check it, why you think that happens often? locationd updates |
47251af
to
dbe9297
Compare
Regardless of whether this happens often (or even at all), we should understand failure modes like this, especially for changes that appear to be a simple, strict improvement. This actually happens on every fresh boot since |
yea, very true, didnt consider that case |
So I think there's three things left for the u-blox improvement project:
|
I got some results, first of all this cannot be reliably tested inside the GPS test box, most likely cause of too strong signal as robbe mentioned. Different test scenarios inside the box give similar timing, which cannot be true. So tests have been done outside the box.
flash backups are tolerant against location changes up to 20miles, Summary, using online assist and flash backup, we can assure a ttff below 10seconds, will add this to this PR and remove the location change |
reverted the change, final testing outside the box showed that UTC time setting and the flash backup gives the best result without online assist data, we hit about 10-12seconds until first location, the timing issue was that the spoofed signal has a wrong time... |
It might be nice to try to modify the testing box to be more alike to a real-life scenario, either by:
I guess the second method might be more desirable, since that would be most resistant to outside factors like ambient noise, temp,... |
there is an attenuation setting in the limeGPS, will try this one later today, about adding gaussian I need to check the limeCode, |
@gast04 what's the conclusion on this? close for now? |
yes, I would close it for now, wanna bring the GPS box into the CI, and address the attenuation at a later point |
No description provided.