From 4f9582d0ca588dfb84cbbdc152bfd1992bdc8f13 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Fri, 13 Jan 2023 11:14:51 -0500 Subject: [PATCH] update test --- gtsam/navigation/tests/testCombinedImuFactor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtsam/navigation/tests/testCombinedImuFactor.cpp b/gtsam/navigation/tests/testCombinedImuFactor.cpp index fcda1da11..339564a2b 100644 --- a/gtsam/navigation/tests/testCombinedImuFactor.cpp +++ b/gtsam/navigation/tests/testCombinedImuFactor.cpp @@ -348,7 +348,7 @@ TEST(CombinedImuFactor, ResetIntegration) { // Test default method pim.resetIntegration(); - Matrix6 expected = 0.001 * I_6x6; + Matrix6 expected = 0.1 * I_6x6; EXPECT(assert_equal(expected, pim.p().biasAccOmegaInt, 1e-9)); // Test method where Q_init is provided