-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
rtklib between 2 GNSS permanent sites #35
Comments
zuliani71: A painfully true fact is that some of /over the wire /value are I would strongly suggest you gather 24 hours of data and submit it to Regards, On 7/11/2014 7:52 AM, zuliani71 wrote:
|
The below illustrates this using three local site in Los Angles and a 4th as the rover. Note the one marked as having a coordinate point error will not resolve (as would be expected as the position offset introduced an error bias into the nav filter) while the other resolve and are fairly well clumped. The longest base line used here was 35km. AR ratio of 2.7 used. |
Hi David, thanks for the answer. Anyway I'll take you hint and I'll try again to check the coordinates yelded by our service. In the mean time I've made another test. I've used agian 2 streams provided by our service. One is prduced by a real GNNS peramnent site, the other one is a Virtual Ref. Site (VRS). The baseline now is calculated by rtklib very fast and I got a fix also with rates bigger than 3. The coordinates calculated for the rover are very good and fit well the ones written in the official logsheets. Summarizing, I think the problem in fixing the solution, at least in our region, is caused by the baseline length. I'll do some more tests on that. Do ou ahanve any other suggestion on that issue? Last, I can't understand what are the differences among the Positioning Modes: Kinematic, static and fixed. What does it change in the rtklib calculus if a change those values? Bye and thnaks for the support. David |
I have problem with that was well. Words like "fixed" mode to my mine I am a bit reluctant to try and answer that one further as the only good Perhaps others on this list can give a concise description of these, esp And it sounds like in the below you have a good solid means to cross On 7/14/2014 2:06 AM, zuliani71 wrote:
Regards, |
Hi David, thanks for all the explanations. I hope someone else, may be Tomoji Takasu, could help us for the unsolved issues. What I felt using rtklib was kinematic=static=fixed, but it's just a feeling caused by the manual operations you've to make to setup every experiment. Anyway thanks again and bye. |
Hi all, not sure if this thread is still open and read. Let me know opinion about the following approach. I would like to study GPS (nmea) fix generated by permanent GNSSS against exact geolocation of the GNSSS and usse the same offset Pls let me know your opinion. |
From one year ago manta103g : I am not sure what you are saying here. If you want to subtract the position offset seen by the base from its nominal point and use that to offset the rover, you just reinvented RTCM/DGPS "rev 1" that only worked (and poorly) when all parties tracked the same set of SVs. Useful in early development days when there were but a few SVs (early 1980's) but unused ever since. The problems with this were that in practice any two devices rarely saw the same thing over a reasonable period of movement, or processed it the same, or responded the same when the SV collection changed. This method tried to model a "system" of errors sources that needed to be separated in the "position space" solution. This lead to RTCM Rev2 *DGPS) where code offsets for each individual SV were created and exchanged. After that carrier tracking methods dominated, with their 100x increase is precision. And with the advent of common formats for RTK by early 1990's RTK as we know it became common. Both of these use the "observation space" of each SV to relate the common mode errors. More current RTCM work uses a "state space" where various systems errors are isolated and modeled. But all this is off topic. |
Thank you my dear friend for your kind reply. I have studied L1 frequency ionospheric error in Australia. I have build and learnt how to build car navigation GPS based system while Early car navigation GPS systems came with GPS fix chart feature From time to time I study RTK GPS units live connected to the Internet, I am fully aware of the limitations, as mentioned by you above, but modern In theory, public, open, free RTCM Rev2 service can started as one another But at this date, only GPS enabled smartphones can share GPS fix for the Thank you once again for your excellent review on state-of-the-art in RTK Darius 2016-07-31 23:45 GMT+02:00 DC Kelley notifications@github.com:
|
Dear group
currently I'm running an experiment with rtklib which involves 2 GNSS permanent sites.
Both sites are well monumented, they belong to a network devoted to cadastrial RTK services so their coordinates are well known (ad published inside official logsheets).
To summarize the experiment is set as Kinematic Positioning with L1+L2 (GPS+GLONASS), 15deg of el. mask, IONO=Estimate STEC, TROPO=Saastamoinen, Sat ephem=broadcast.
rtklib takes its input from NTRIP servers:
ROVER: RTCM2.3 (from a regional ntrip caster)
BASE:RTCM2.3 (froma a regional ntrip caster)
EPHEM/CLOCK:RTCM3.0 (from igs)
As both Rover and Base are permanent sites I except that when the FIX status is reached the Rover coordinates will fit the coordinates written inside the offcial logsheet.
Well,... having a fix with Min Ratio to Fix Ambiguity=3.0 (default) for me is impossible. I've changed that value to 1.8 and sometimes I get a FIX but usually the ratio is very close to 1 (between 1.1 and 1.2), the naseline is more ore less 25Km. Probably I can get a sable FIX because of the baseline (the saastamoinen tropo modue should be good up to 20Km), but I need some support to this idea. What do you think?
When the FIX is reached the solution is very close to the logsheets values (some cm of difference as expected). Anyway, in this kind of experiment, I can't understand what are the differences among the Positioning Modes: Kinematic, static and fixed. Furthermore I've a problem to chose the right Integer Ambiguity Res. What is the best among the various options (Fix and Hold, Continuous and Istantaneous). Probably for this kind of experiment Fix and Hold will be good but I need some support. Can you help me?
Finally using an Estimate STEC for the Iono correction lead me usually to a more stable FIX state than using Iono-Free LC (which should be the best with L1 and L2 receivers).
What do you think?
Thanks in advance
David
The text was updated successfully, but these errors were encountered: