rtklibexplorer / RTKLIB

A version of RTKLIB optimized for low cost GNSS receivers, especially u-blox receivers. It is based on RTKLIB 2.4.3 and is kept reasonably closely synced to that branch. This software is provided “AS IS” without any warranties of any kind so please be careful, especially if using it in any kind of real-time application.
http://rtkexplorer.com/
Other
651 stars 253 forks source link

convrnx: clear the raw buffered subframes when opening a new file #448

Closed ourairquality closed 1 month ago

ourairquality commented 1 month ago

Noticed some odd sets of raw subframes and is was due to subframes from the end of one pass being mixed with subframes from the start of the next. The iod consistency checks should catch this, but still there is the unlikely chance of iod wrapping letter an inconsistent set through.

Less risk of undetected iod wrapping.

ourairquality commented 1 month ago

More needs to be done, such as the lock states. Shall add a rcvraw reinit function.