Skip to content

Commit

Permalink
complete hgt fusion unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
bresch committed Oct 29, 2024
1 parent 770ec2a commit 24730b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/modules/ekf2/test/test_EKF_height_fusion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,5 @@ TEST_F(EkfHeightFusionTest, changeEkfOriginAlt)
EXPECT_NEAR(_ekf->getTerrainVertPos(), alt_increment, 1.f);

EXPECT_TRUE(reset_logging_checker.isVerticalVelocityResetCounterIncreasedBy(0));
// TODO: should increase the pos reset counter
// EXPECT_TRUE(reset_logging_checker.isVerticalPositionResetCounterIncreasedBy(1));
EXPECT_TRUE(reset_logging_checker.isVerticalPositionResetCounterIncreasedBy(1));
}

0 comments on commit 24730b8

Please sign in to comment.