-
Notifications
You must be signed in to change notification settings - Fork 178
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
Questions regarding laika's input measurement specs for implementing DGPS #4
Comments
|
Thanks for your response. I'll look into the pointers you have mentioned and try and get it to work. I did have a couple of follow up questions, hopefully, you can answer these queries too.
Update: I do see that your reader for qcom sets the value for S1C and L1C as |
|
Thanks for your answers, I had put in nan's and was able to get the basic code to work. I'll get the M8P devkit to try the DGPS part. I'm having troubles getting the KalmanFilter to run but I guess that's on my end. I'll close this issue. |
Hi, I'm trying to modify laika to create an ad-hoc DGPS system from Android phones via their Raw GNSS API. I have been experimenting with GNSS Logger app/library from Google [1]. I was trying to use this output as input to your library to measure GPS first, and then extend it to a functioning DGPS solution.
gpsWeek
,gpsSecondsOfWeek
,pseudorange
using [2], from what I got out of comma2k19 dataset docs.)(a) What expected as input for
pseudorange_std
andpseudorange_rate_std
parameters? Is it uncertainty (I assumed as std could mean standard deviation? If so, is there are reference where I can see this and thus implement it?(b) Are the last two values necessary? I couldn't find any indication what they are, apart from digging in the library and figuring out the keys, which when I read the RINEX documentation.
dgps.py
. I'm trying to replace ground station data with GNSS data (that I understand is downloaded from the internet) from a different source. I want to know what exactly is being sent toAstroDog
so that I can compute this via the ad-hoc ground station?I understand the principles of DGPS, however, the design is bit unclear (from reading
parse_dgps
). From what I understand, sending back a goodDGPSDelay
object is all need to do. What would that entail? Is there any other class I should be looking at?[1] The outputs of the GNSSLogger library are as follows,
[2] This is my pseudorange code.
raw
is the GNSS output from the Android API.The text was updated successfully, but these errors were encountered: