forked from tomojitakasu/RTKLIB
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Merge latest changes from demo5 branch #574
Open
AndreHauschild
wants to merge
34
commits into
dev
Choose a base branch
from
demo5
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The heuristics in manage_amb_LAMBDA() select a rolling satellite to test for exclusion, to see if it improves the ambiguity ratio. This was intending to note the sats used for AR, but was also iterating over the frequencies and noting sat/freq used for AR, but the array to hold the sat mapping was only large enough for the sats, not sats*freqs, leading to OOB access when there were many observations and frequencies. It was rolling over this combination, not as intended. Further it was sensitive to changes in the set of sats used for AR, the rolling point could jump around, jump back, and not progress smoothly thought the set of sats. Rework to address these issues, to roll through that sats smoothly.
Take care not to index into the phase biases when in DGPS mode as there are no phase biases in this mode.
Use the current messages for each -out option, so the -msg option now needs to precede the -out option, and each output stream can have a separate set of messages.
This reverts commit e82cd7d. It is causing Embaracadero builds to fail.
tide_oload: document some of the parameters
rinex: canonicalize to IGS antenna format
rtkrcv: add unicore as a format option
str2str: messages per output stream
unicore: add QZSS L1CB (L1E) and L1S (L1Z) support
rtkpos: DGPS mode fixes
convrnx: rinex 3.05 and 4 code support
seph2clk: correct recursive expansion
rtkpos: rework the rolling exclusion of satellites
This adds only the CMakeLists.txt files to the repository again. It does not touch any other files, except of .gitignore. The update of the #if in rtklib.h to support Visual C will came in a dedicated commit. Building was tested with GCC, MinGW and clang. Embarcadero C++ Builder is also not yet tested/supported (see issue #562).
Rework #ifdef in rtklib.h to use dllimport/dllexport only for MS Visual C compiler. This should not break Embarcadero support anymore.
- fix mapping of cursor position for displaying status bar information - free solution buffers when quitting
RTKPlot Qt: Improve high-DPI support & fix drag-and-drop bug
qtapps: recognise capital EOF and ERP file extensions
- install .desktop files and icons for Linux - add rtklib version to cmake config - add RPM & DEB package generation to cmake project - support translation of Qt Gui - include instruction to compile using CMake to readme.txt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.