mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-29 19:57:12 +08:00
msgs : add support for precision landing
This commit is contained in:
committed by
Lorenz Meier
parent
f600cfbb9f
commit
8c0542bdb8
@@ -0,0 +1,7 @@
|
||||
# Innovation of landing target position estimator
|
||||
float32 innov_x
|
||||
float32 innov_y
|
||||
|
||||
# Innovation covariance of landing target position estimator
|
||||
float32 innov_cov_x
|
||||
float32 innov_cov_y
|
||||
Reference in New Issue
Block a user