![]() |
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.
|
Directories | |
aruco | |
cameras | |
objects | |
The Vision directory is intended to store C++ files related to computer vision and image processing functionalities in the Rover project. This directory focuses on algorithms and techniques used for visual perception and analysis.
The following are the guidelines for organizing files within the Vision directory:
Here are some common types of files you might find in the Vision directory:
Feel free to create subdirectories within the Vision directory to further categorize the files based on specific vision-related tasks or techniques.
Remember to update this README file whenever new vision-related files are added to the directory, providing a brief summary of each file's purpose and functionality.
Ensure that the vision-related code is properly integrated with other components of the project to enable visual perception and analysis for the Rover.
Happy coding and exploring the world with vision!