Skip to content

Commit

Permalink
修复RTK/INS紧组合在卫星信号较弱的地方出现的Bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erensu committed May 31, 2019
1 parent 99f4794 commit 6508c03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ins-gnss/rtkpos.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3170,7 +3170,8 @@ extern int rtkpos(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav)
outsolstat(rtk);
return 0;
}
if (opt->mode==PMODE_INS_TGNSS) {
/* retry single-tc mode */
if (opt->mode==PMODE_INS_TGNSS&&insopt->tc>INSTC_SINGLE) {
stat=pntpos(opt->adjobs?obsd:obs,nu,nav,
&rtk->opt,
&rtk->sol,
Expand Down

0 comments on commit 6508c03

Please sign in to comment.