mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-15 08:47:35 +08:00
GNSS yaw unit test: test fallback to non yaw aiding mode
This commit is contained in:
@@ -165,6 +165,11 @@ bool EkfWrapper::isIntendingMag3DFusion() const
|
||||
return _ekf->control_status_flags().mag_3D;
|
||||
}
|
||||
|
||||
void EkfWrapper::setMagFuseTypeNone()
|
||||
{
|
||||
_ekf_params->mag_fusion_type = MAG_FUSE_TYPE_NONE;
|
||||
}
|
||||
|
||||
bool EkfWrapper::isWindVelocityEstimated() const
|
||||
{
|
||||
return _ekf->control_status_flags().wind;
|
||||
|
||||
Reference in New Issue
Block a user