/
FramePreProc Module Requirements
FramePreProc Module Requirements
Objective
Remove frames that are unlikely to give meaningful results. Currently, we remove frames that are unstable and the result of fast changes in aircraft attitude.
Assumptions
Aircraft IMU data (euler angles for yaw, roll and pitch) are provided
See Exchanged data under EulerAnglesOfCamera
Features
Feature | Requirement | |
---|---|---|
1 | Worker Function | Takes in a frame and IMU data, applies filtering functions, only put frame into output pipeline if filter returns True. |
2 | Filtering: Angles | Maintain euler angles for last frame as state. Check if difference between euler angles for current frame and euler angles for last frame are above a certain threshold. Arbitrarily select threshold for now. |
References
A Framework for Multiple Ground Target Finding and Inspection Using a Multirotor UAS
, multiple selections available,
Related content
WARG Desktop
WARG Desktop
Read with this
2021-04-13 Meeting notes
2021-04-13 Meeting notes
More like this
2021-2022 Computer Vision Architecture
2021-2022 Computer Vision Architecture
Read with this
Fall 2023 Autonomy Flight Test Proposal
Fall 2023 Autonomy Flight Test Proposal
More like this
Ground station telemetry
Ground station telemetry
Read with this
2023-06-01 Attitude Manager Meeting Notes
2023-06-01 Attitude Manager Meeting Notes
More like this