mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 03:50:35 +08:00
Latency measurements: Estimate latency based on sensor timestamp through full system
This commit is contained in:
@@ -62,6 +62,7 @@
|
||||
|
||||
struct actuator_controls_s {
|
||||
uint64_t timestamp;
|
||||
uint64_t timestamp_sample; /**< the timestamp the data this control response is based on was sampled */
|
||||
float control[NUM_ACTUATOR_CONTROLS];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user