rtksvr: implement automated antenna selection, pos in static mode#667
Merged
rtklibexplorer merged 1 commit intortklibexplorer:demo5from Jul 20, 2025
Merged
Conversation
e19a416 to
8ce8b43
Compare
Implement the automated antenna type selection along with the antenna
delta from the input stream, from an RTCM or raw stream, the config
options ant{1,2}-anttype="*".
Have the config options ant{1,2}-postype RTCM and raw automatically
set the position, and independently of the antenna type, and now
including for the rover when in fixed mode.
Previously only an antenna delta would be picked up as an offset to a
base position, including a RTCM height, and only when the position was
also being automatically set and only for the base and not the rover.
If the antenna type is empty then the delta is still applied but the
GUI apps were disabling input of the delta in this case.
If the GUI apps have the antenna type check box off then the type is
considered empty but the delta can still be supplied and will be
applied.
This allows a delta from a marker to an antenna ARP to be supplied in
the GUI apps even when the antenna does not have an antenna type
supplied.
When the antenna type is enabled in the GUI apps and set to '*' (for
auto) then the delta is still applied until it is updated from the
RTCM or raw stream, so it is still enabled in this case in the GUI to
allow setting an initial delta.
Winapp: Enable the rcv and sat PCV check-boxes in relative modes as
these can be applied, as already done for the qt app.
There was no separate 'raw' antenna automated position mode, this
is included under the 'rtcm' option.
8ce8b43 to
15445ce
Compare
This file contains hidden or 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
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.
Implement the automated antenna type selection along with the antenna delta from the input stream, from an RTCM or raw stream, the config options ant{1,2}-anttype="*".
Have the config options ant{1,2}-postype RTCM and raw automatically set the position, and independently of the antenna type, and now including for the rover when in fixed mode.
Previously only an antenna delta would be picked up as an offset to a base position, including a RTCM height, and only when the position was also being automatically set and only for the base and not the rover.
If the antenna type is empty then the delta is still applied but the GUI apps were disabling input of the delta in this case.
If the GUI apps have the antenna type check box off then the type is considered empty but the delta can still be supplied and will be applied.
This allows a delta from a marker to an antenna ARP to be supplied in the GUI apps even when the antenna does not have an antenna type supplied.
When the antenna type is enabled in the GUI apps and set to '*' (for auto) then the delta is still applied until it is updated from the RTCM or raw stream, so it is still enabled in this case in the GUI to allow setting an initial delta.
Winapp: Enable the rcv and sat PCV check-boxes in relative modes as these can be applied, as already done for the qt app.
There was no separate 'raw' antenna automated position mode, this is included under the 'rtcm' option.
The 'single' pntpos solution does not yet account for the antenna delta, but that is planned so it is not handled as an exception in this PR.