GCS_Common: optical flow comp fields should include flow

This commit is contained in:
Randy Mackay 2018-11-24 14:22:06 +09:00
parent 1b19d09653
commit 123128deac

View File

@ -1469,8 +1469,8 @@ void GCS_MAVLINK::send_opticalflow(const OpticalFlow &optflow)
0, // sensor id is zero
flowRate.x,
flowRate.y,
bodyRate.x,
bodyRate.y,
flowRate.x - bodyRate.x,
flowRate.y - bodyRate.y,
optflow.quality(),
hagl, // ground distance (in meters) set to zero
flowRate.x,