Skip to content

Commit ad6f519

Browse files
Revert PR #855 that defaults rover position because the default rover or base position may be completely inaccurate in two common situations, one where the positions are not used for the current solution and are leftover from a previous solution or where they are unused and set to LLH 0,0,0. In both cases, the filter fails to converge due to continuous outliers.
1 parent 51896ad commit ad6f519

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/winapp/rtknavi/navimain.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ void __fastcall TMainForm::SvrStart(void)
13231323
strsetopt(stropt);
13241324
strcpy(rtksvr.cmd_reset,ResetCmd.c_str());
13251325
rtksvr.bl_reset=MaxBL;
1326-
//rtksvrinit(&rtksvr); // uncomment this to make RTKNAVI repeatable from run to run (useful for debug)
1326+
rtksvrinit(&rtksvr); // uncomment this to make RTKNAVI repeatable from run to run (useful for debug)
13271327

13281328
// start rtk server
13291329
if (!rtksvrstart(&rtksvr,SvrCycle,SvrBuffSize,strs,(const char **)paths,Format,

0 commit comments

Comments
 (0)