UWCubeSat/found
GitHub で見るEnhancement: Create separate distance determination and edge detection pipeline
Open
#52 opened on 2025年11月3日
Enhancementgood first issue
Repository metrics
- Stars
- (14 stars)
- PR merge metrics
- (PR metrics pending)
説明
To independently test each part of our algorithm we need to separate the distance determination and edge detection algorithms. This will require making new implementations of the PipelineExecutor in src/commanline/execution/executors.hpp. These implementation should be called TestEdgePipelineExecutor and TestDistancePipelineExecutor respectively and should only be compiled if a new compile flag called TEST=true. To accomplish this use a similar pattern as decimal. These new pipeline should use similar flags as there respective parts.
Depends on issue #57