![]() |
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.
|
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...
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. | |
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.