mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-08-21 16:30:36 +08:00
added trajectories & enabled closed loop soaring
This commit is contained in:
@@ -5,5 +5,7 @@ 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
|
||||
float32[3] position # position of the current estimate in the soaring frame
|
||||
float32 airspeed # current airspeed
|
||||
|
||||
bool valid # tell, if estimate is valid for shear estimator
|
||||
bool lock_params # tell, if the shear estimator shall lock shear param values for soaring
|
||||
|
||||
Reference in New Issue
Block a user