Latency measurements: Estimate latency based on sensor timestamp through full system

This commit is contained in:
Lorenz Meier
2015-01-07 18:19:47 +01:00
parent 172dbf3707
commit 1bee73af22
3 changed files with 8 additions and 2 deletions
@@ -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];
};