1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-09-27 06:38:23 +00:00

Set a more restrictive threshold for the RTKLIB solver test

This commit is contained in:
Javier 2018-10-11 17:49:42 +02:00
parent 9c19a269ed
commit 1018570867

View File

@ -452,7 +452,7 @@ TEST(RTKLibSolverTest, test1)
std::cout << "3D positioning error: " << error_3d_m << " [meters]" << std::endl;
//check results against the test tolerance
ASSERT_LT(error_3d_m, 1.0);
ASSERT_LT(error_3d_m, 0.2);
pvt_valid = true;
}
}