mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Fix comment.
This commit is contained in:
parent
3ffff212e1
commit
9c82293bc4
@ -46,7 +46,6 @@ void BlockLocalPositionEstimator::landCorrect()
|
||||
Matrix<float, n_y_land, n_x> C;
|
||||
C.setZero();
|
||||
// y = -(z - tz)
|
||||
// TODO could add trig to make this an EKF correction
|
||||
C(Y_land_z, X_z) = -1; // measured altitude, negative down dir.
|
||||
C(Y_land_z, X_tz) = 1; // measured altitude, negative down dir.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user