|
|
|
@ -198,7 +198,7 @@ public:
@@ -198,7 +198,7 @@ public:
|
|
|
|
|
// The sign convention is that a RH physical rotation of the sensor about an axis produces both a positive flow and gyro rate
|
|
|
|
|
// msecFlowMeas is the scheduler time in msec when the optical flow data was received from the sensor.
|
|
|
|
|
// posOffset is the XYZ flow sensor position in the body frame in m
|
|
|
|
|
void writeOptFlowMeas(uint8_t &rawFlowQuality, Vector2f &rawFlowRates, Vector2f &rawGyroRates, uint32_t &msecFlowMeas, const Vector3f &posOffset); |
|
|
|
|
void writeOptFlowMeas(const uint8_t rawFlowQuality, const Vector2f &rawFlowRates, const Vector2f &rawGyroRates, const uint32_t msecFlowMeas, const Vector3f &posOffset); |
|
|
|
|
|
|
|
|
|
// return data for debugging optical flow fusion
|
|
|
|
|
void getFlowDebug(float &varFlow, float &gndOffset, float &flowInnovX, float &flowInnovY, float &auxInnov, float &HAGL, float &rngInnov, float &range, float &gndOffsetErr) const; |
|
|
|
|