mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:07:36 +08:00
Remove filtering on external vision alignment
This commit is contained in:
@@ -205,14 +205,6 @@ void Ekf::controlExternalVisionFusion()
|
||||
resetVelocity();
|
||||
ECL_INFO_TIMESTAMPED("commencing external vision velocity fusion");
|
||||
}
|
||||
|
||||
if ((_params.fusion_mode & MASK_ROTATE_EV) && !(_params.fusion_mode & MASK_USE_EVYAW)
|
||||
&& !_R_ev_to_ekf_initialised) {
|
||||
// Reset transformation between EV and EKF navigation frames when starting fusion
|
||||
resetExtVisRotMat();
|
||||
_R_ev_to_ekf_initialised = true;
|
||||
ECL_INFO_TIMESTAMPED("external vision aligned");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user