aboutsummaryrefslogtreecommitdiff
path: root/src/modules/uORB/topics/optical_flow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/uORB/topics/optical_flow.h')
-rw-r--r--src/modules/uORB/topics/optical_flow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/uORB/topics/optical_flow.h b/src/modules/uORB/topics/optical_flow.h
index 98f0e3fa2..0196ae86b 100644
--- a/src/modules/uORB/topics/optical_flow.h
+++ b/src/modules/uORB/topics/optical_flow.h
@@ -57,6 +57,7 @@ struct optical_flow_s {
uint64_t timestamp; /**< in microseconds since system start */
+ uint64_t flow_timestamp; /**< timestamp from flow sensor */
int16_t flow_raw_x; /**< flow in pixels in X direction, not rotation-compensated */
int16_t flow_raw_y; /**< flow in pixels in Y direction, not rotation-compensated */
float flow_comp_x_m; /**< speed over ground in meters, rotation-compensated */