mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 21:40:35 +08:00
7 lines
319 B
Plaintext
7 lines
319 B
Plaintext
# SOARING CONTROLLER WIND ESTIMATE, USED FOR INDI CONTROL
|
|
|
|
uint64 timestamp # time since system start (microseconds)
|
|
|
|
float32[3] wind_estimate # WIND ESTIMATE IN ENU FRAME
|
|
float32[3] wind_estimate_filtered # LP-FILTERED WIND ESTIMATE IN ENU FRAME, USED BY INDI CONTROLLER
|