For URC 2024 we must develop object detection functionality to autonomously locate and approach an orange rubber mallet using OpenCV or other and python:
Issue Description
One of the objects that participating rovers need to detect and approach is an orange rubber mallet. The mallet may have varying orientations and could be positioned against a brownish orange background, making accurate detection challenging.
Feature Requirements
The feature should include:
Object Detection: Accurate and reliable detection of an orange rubber mallet.
Background Variation: The ability to detect the mallet even when placed against a brownish orange background.
GNSS Integration: Integration of GNSS coordinates for precise mallet localization. The rover should be able to determine the distance to the mallet in terms of [lat, long] and command the rover to drive up to it(similar to implementation in Aruco detector)
Acceptance Criteria
Successful detection and approach of the orange rubber mallet within a specified radius.
Reliable detection even when the mallet is positioned against a brownish orange background.
Issue Summary
For URC 2024 we must develop object detection functionality to autonomously locate and approach an orange rubber mallet using OpenCV or other and python:
Issue Description
One of the objects that participating rovers need to detect and approach is an orange rubber mallet. The mallet may have varying orientations and could be positioned against a brownish orange background, making accurate detection challenging.
Feature Requirements
The feature should include:
Acceptance Criteria
References