mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-26 01:17:51 +08:00
estimator messages add explicit timestamp_sample
- timestamp is uORB publication metadata - this allows us to see what the system saw at publication time plus the latency in estimation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
uint64 timestamp # time since system start (microseconds)
|
||||
uint64 timestamp_sample # the timestamp of the raw data (microseconds)
|
||||
|
||||
float32 windspeed_north # Wind component in north / X direction (m/sec)
|
||||
float32 windspeed_east # Wind component in east / Y direction (m/sec)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user