Home🏠
Blog📝
Reports📚
Scratch Pad📓
Utilities🧰
Publications📃
Contact📞
Light
Dark
Automatic
rtkpos
Sequence diagram
Interface rtkrcv - Real-time interface (rtkrcv) rtkpos - Positioning interface Positioning modes pntpos - Point Positioning relpos - Relative Positioning (RTK) pppos - Precise Point Positioning (PP)
Last updated on May 1, 2023
Relative positioning
Sequence Diagram Scroll down (bug in rendering) %%{init: {'theme':'forest'}}%% sequenceDiagram autonumber activate relpos() relpos()->>relpos(): satposs() compute satellite positions, velocities and clocks note over zdres(): Base station relpos()->>zdres(): undifferenced phase/code residuals (apriori/misclosure) zdres()->>relpos(): .
Last updated on May 1, 2023
Positioning Interface
Sequence Diagram Scroll down (bug in rendering) %%{init: {'theme':'forest'}}%% sequenceDiagram autonumber alt PMODE_SINGLE single point positioning rtkpos()->>pntpos(): rover position and time by single point positioning pntpos()-->>rtkpos(): return rtkpos()->>rtkpos(): return 1 end alt PMODE_PPP_KINEMA precise point positioning rtkpos()->>pppos(): precise point positioning pppos()-->>rtkpos(): return stat rtkpos()->>rtkpos(): return 1 end alt PMODE_MOVEB moving baseline rtkpos()->>pntpos(): estimate position/velocity of base station pntpos()-->>rtkpos(): return rtkpos()->>rtkpos(): timediff() alt TTOL_MOVEB time sync tolerance for moving-baseline rtkpos()->>rtkpos(): return 0 end rtkpos()->>rtkpos(): time-synchronized position of base station else maxtdiff max difference of time (sec) note over rtkpos(): Static base station correction QC rtkpos()->>rtkpos(): age of differential error rtkpos()->>rtkpos(): return 1 end note over rtkpos(): Always runs for PMODE_MOVEB (moving base) and PMODE_FIXED (static base) rtkpos()->>relpos(): relative positioning relpos()->>rtkpos(): return rtkpos()->>rtkpos(): outsolstat() rtkpos()->>rtkpos(): return 1 Reference : https://mermaid.
Last updated on May 1, 2023
Cite
×