![]() |
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 | |
controllers | |
planners | |
Files | |
DifferentialDrive.hpp | |
Defines and implements namespaces and functions for algorithms that pertain to differential drive (tank drive) robots. | |
SearchPattern.hpp | |
Defines and implements namespaces and functions for algorithms that pertain to search pattern. | |
The Algorithms directory is intended to store C++ files related to algorithm implementations and data structures. This directory focuses on the logic and computational aspects of the project.
The following are the guidelines for organizing files within the Algorithms directory:
Here are some common types of files you might find in the Algorithms directory:
Feel free to create subdirectories within the Algorithms directory to further categorize the files based on your project's specific needs.
Happy coding!