[Enhancement] Geolocation of ZED detections #340
Labels
2-Star
Indicates a relatively easy task, requiring some basic skills or knowledge but still accessible.
cameras
Tasks or issues specifically related to camera components, feeds, or image processing.
enhancement
Requests for new features or improvements to existing features.
Why Is This Enhancement Needed?
Our vision models will be able to provide pixel coordinate values for the center of a detected obstacle / object. We need to calculate the UTM coordinate values of detections for use in pathfinding.
Proposed Solution
We will have to perform coordinate transformations based on the relative positions returned from the ZED cameras, then overwrite the coordinate values within the detection handlers.
Additional Context
Research the Active Object design pattern for more details on multi-threading considerations for the handlers.
The text was updated successfully, but these errors were encountered: