Project 'mobile_robotics/gauss_project/gnss_utils' was moved to 'labrobotica/algorithms/gnss_utils'. Please update any links and bookmarks that may still have the old path.
load from rinex outside classes
The loaffromrinex feature in RTKLIB considers a single obs_t
object to load the observations of all epochs.
Instead, the Observation
object in gnss_utils contains only the observations corresponding to a single epoch.
That is why we should move the Observation.loadFromRinex
method outside the class, so we can load the data corresponding to all epochs.