mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 11:17:35 +08:00
unit test: check that the accel bias is only learned when observable (#827)
This commit is contained in:
committed by
GitHub
parent
c91c78dcf6
commit
b024cdd282
@@ -200,3 +200,8 @@ int EkfWrapper::getQuaternionResetCounter() const
|
||||
_ekf->get_quat_reset(tmp, &counter);
|
||||
return static_cast<int>(counter);
|
||||
}
|
||||
|
||||
matrix::Vector3f EkfWrapper::getDeltaVelBiasVariance() const
|
||||
{
|
||||
return _ekf->covariances_diagonal().slice<3, 1>(13,0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user