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

fix opt

parent 9a303ed8
No related branches found
No related tags found
2 merge requests!28release after RAL,!27After 2nd RAL submission
......@@ -86,6 +86,10 @@ struct ParamsProcessorTrackerGnss : public ParamsProcessorTrackerFeature
fix_opt.raim = gnss_opt.raim;
fix_opt.sateph = 6; //EPHOPT_SBAS2;
fix_opt.ionoopt = 9;//IONOPT_SBAS2;
fix_opt.tropopt = 2;
fix_opt.sbascorr = 15;
fix_opt.elmin = gnss_opt.elmin;
fix_opt.maxgdop = gnss_opt.maxgdop;
// same constellations
fix_opt.GPS = gnss_opt.GPS;
fix_opt.SBS = gnss_opt.SBS;
......
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