![]() |
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 | |
opencv | |
threading | |
The Examples directory is intended to store C++ files that provide example code snippets, demos, or sample implementations related to the Rover project. This directory focuses on showcasing usage scenarios, best practices, or specific functionalities of the project.
The following are the guidelines for organizing files within the Examples directory:
ExampleChecker.h
file. This enables main.cpp to automatically run your example when it's included.void RunExample()
function that will contain the higher level code for running the example.Here are some common types of files you might find in the Examples directory:
Organize the example files in a way that makes it easy to navigate and explore different aspects of the Rover project.
Remember to update this README file whenever new example files are added to the directory, providing a brief summary of each example's purpose and functionality.
Use the examples as a reference and learning resource, helping developers understand and leverage the capabilities of the Rover project effectively.
Happy coding and exploring the examples!