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.
|
Provides aruco detection and pose estimation capabilities in a multithreaded fashion using both OpenCV's ArUco library and a custom Tensorflow detection model. More...
#include "../../interfaces/BasicCamera.hpp"
#include "../../interfaces/ZEDCamera.hpp"
#include "./ArucoDetection.hpp"
#include "./TensorflowTagDetection.hpp"
Go to the source code of this file.
Classes | |
class | TagDetector |
Run's Aruco detection & camera pose estimation in a multithreading environment. Given a camera, tag detection using OpenCV's ArUco library and a custom trained model for detecting general tags will be continuously ran on the camera frames. More... | |
Provides aruco detection and pose estimation capabilities in a multithreaded fashion using both OpenCV's ArUco library and a custom Tensorflow detection model.