Autonomy Software C++ 24.5.1
Welcome to the Autonomy Software repository of the Mars Rover Design Team (MRDT) at Missouri University of Science and Technology (Missouri S&T)! API reference contains the source code and other resources for the development of the autonomy software for our Mars rover. The Autonomy Software project aims to compete in the University Rover Challenge (URC) by demonstrating advanced autonomous capabilities and robust navigation algorithms.
Loading...
Searching...
No Matches
ObjectDetectionChecker.hpp File Reference

ObjectDetectionChecker class is responsible for checking if the rover is has detected an object and if it meets the requirements to be considered a valid object. More...

Include dependency graph for ObjectDetectionChecker.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  statemachine
 Namespace containing all state machine related classes.
 

Functions

void statemachine::LoadDetectedObjects (std::vector< objectdetectutils::Object > &vDetectedObjects, const std::vector< std::shared_ptr< ObjectDetector > > &vObjectDetectors)
 Aggregates all detected objects from each provided object detector.
 
int statemachine::IdentifyTargetObject (const std::vector< std::shared_ptr< ObjectDetector > > &vObjectDetectors, objectdetectutils::Object &stObjectTarget, const geoops::WaypointType &eDesiredDetectionType=geoops::WaypointType::eUNKNOWN)
 Identify a target object in the rover's vision, using Torch detection.
 

Detailed Description

ObjectDetectionChecker class is responsible for checking if the rover is has detected an object and if it meets the requirements to be considered a valid object.

Author
Sam Hajdukiewicz (saman.nosp@m.thah.nosp@m.ajduk.nosp@m.iewi.nosp@m.cz@gm.nosp@m.ail..nosp@m.com)
Date
2025-05-08