Skip to content

Commit

Permalink
Test:Increase GPS jump need for rejection
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilritz authored and bresch committed Apr 25, 2020
1 parent c19f40e commit 70d65ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_EKF_fusionLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ TEST_F(EkfFusionLogicTest, rejectGpsSignalJump)
const Vector3f pos_old = _ekf->getPosition();
const Vector3f vel_old = _ekf->getVelocity();
const Vector3f accel_bias_old = _ekf->getAccelBias();
_sensor_simulator._gps.stepHorizontalPositionByMeters(Vector2f{10.0f, 0.0f});
_sensor_simulator._gps.stepHorizontalPositionByMeters(Vector2f{20.0f, 0.0f});
_sensor_simulator.runSeconds(2);

// THEN: The estimate should not change much in the short run
Expand Down

0 comments on commit 70d65ea

Please sign in to comment.