Skip to content
Snippets Groups Projects
Commit 37a4c4a8 authored by Joan Vallvé Navarro's avatar Joan Vallvé Navarro
Browse files

bug fixed and RTKLIB version

parent db78648f
No related branches found
No related tags found
2 merge requests!20new tag,!19new tag
Subproject commit 0260d91932df0ca0691842aa99b39acde5d49c45
Subproject commit 4ab9a199ff46b1220fb4fe99b019c8df526e53e9
......@@ -47,15 +47,16 @@ Satellites computeSatellites(const Observations& obs,
// std::cout << std::endl;
// compute positions
satposs(obs.getObservations().front().time,
obs.data(),
obs.size(),
&nav.getNavigation(),
eph_opt,
rs,
dts,
var,
svh);
if (not obs.getObservations().empty())
satposs(obs.getObservations().front().time,
obs.data(),
obs.size(),
&nav.getNavigation(),
eph_opt,
rs,
dts,
var,
svh);
// fill Satellites
Satellites sats;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment