You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
If a reset to optical flow velocity is performed for the first time, the velocity will be always reset to zero. Even if we are in air and get reasonable flow data. The issue is that the _flow_compensated_XY_rad which is used inside resetVelocity() will be updated after the call to resetVelocity() inside controlOpticalFlowFusion(). Also if a later reset to the flow sensor happends, the velocity resets to something depending on the last stored value in _flow_compensated_XY_rad, which can be already outdated.
The text was updated successfully, but these errors were encountered:
If a reset to optical flow velocity is performed for the first time, the velocity will be always reset to zero. Even if we are in air and get reasonable flow data. The issue is that the _flow_compensated_XY_rad which is used inside resetVelocity() will be updated after the call to resetVelocity() inside controlOpticalFlowFusion(). Also if a later reset to the flow sensor happends, the velocity resets to something depending on the last stored value in _flow_compensated_XY_rad, which can be already outdated.
The text was updated successfully, but these errors were encountered: