Skip to content

Commit

Permalink
Relax spawn tight tolerance (#66)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
  • Loading branch information
chapulina authored Nov 5, 2021
1 parent da64f07 commit 6a48e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrauv_ignition_plugins/test/test_spawn.cc
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ TEST(SpawnTest, Spawn)
// FIXME(anyone): Ideally all axes would have a tight tolerance, but depth
// and pitch are currently unstable, see
// https://github.com/osrf/lrauv/issues/49
double tightTol{1e-6};
double tightTol{1e-5};
double depthTol{1e-2};
double pitchTol{1e-2};

Expand Down

0 comments on commit 6a48e24

Please sign in to comment.