mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-11-15 14:25:00 +00:00
Set a more restrictive threshold for the RTKLIB solver test
This commit is contained in:
parent
9c19a269ed
commit
1018570867
@ -452,7 +452,7 @@ TEST(RTKLibSolverTest, test1)
|
|||||||
std::cout << "3D positioning error: " << error_3d_m << " [meters]" << std::endl;
|
std::cout << "3D positioning error: " << error_3d_m << " [meters]" << std::endl;
|
||||||
|
|
||||||
//check results against the test tolerance
|
//check results against the test tolerance
|
||||||
ASSERT_LT(error_3d_m, 1.0);
|
ASSERT_LT(error_3d_m, 0.2);
|
||||||
pvt_valid = true;
|
pvt_valid = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user