mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 17:36:40 +08:00
uORB: Moved wind_estimate and vtol_vehicle_status topics to generated topics.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
uint64 timestamp # Microseconds since system boot
|
||||
bool vtol_in_rw_mode # true: vtol vehicle is in rotating wing mode
|
||||
bool fw_permanent_stab # In fw mode stabilize attitude even if in manual mode
|
||||
float32 airspeed_tot # Estimated airspeed over control surfaces
|
||||
@@ -0,0 +1,5 @@
|
||||
uint64 timestamp # Microseconds since system boot
|
||||
float32 windspeed_north # Wind component in north / X direction
|
||||
float32 windspeed_east # Wind component in east / Y direction
|
||||
float32 covariance_north # Uncertainty - set to zero (no uncertainty) if not estimated
|
||||
float32 covariance_east # Uncertainty - set to zero (no uncertainty) if not estimated
|
||||
Reference in New Issue
Block a user