Skip to content

Commit

Permalink
Update test-navstate-basic.cpp: less noisy test data for more predict…
Browse files Browse the repository at this point in the history
…able results
  • Loading branch information
jlblancoc authored Aug 14, 2024
1 parent 08dffc3 commit 93c429b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mola_navstate_fg/tests/test-navstate-basic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ void test_noisy_straight()
const double vx = 8.0; // m/s
const double T = 0.100; // s

const double stdXYZ = 0.03;
const double stdYPR = mrpt::DEG2RAD(0.2);
const double stdXYZ = 0.01;
const double stdYPR = mrpt::DEG2RAD(0.1);

for (size_t i = 0; i < nSteps; i++)
{
Expand Down

0 comments on commit 93c429b

Please sign in to comment.