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
603 stars 236 forks source link

rtknavi_qt mon showEstimates: correct row index #387

Closed ourairquality closed 2 weeks ago

ourairquality commented 2 weeks ago

Was indexing into the rows using the state index but this is not equivalent when cBSelectSatellites is set and likely indexes beyond the reduced set of rows.

Also remove redundant setting of the row count.