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.
Loading...
Searching...
No Matches
README_Resources Directory Reference
Directory dependency graph for README_Resources:
data/README_Resources

Detailed Description

README_Resources Directory

The README_Resources directory is intended to store any images or other media files that are referenced by README.md files within the Rover project.

Guidelines

The following are the guidelines for organizing files within the README_Resources directory:

  1. Any image file should be placed in the images folder and contain a descriptive name that does not contain spaces. Example: my_descriptive_image.png
  2. Any video file should be placed in the videos folder and container a descriptive namethat does not contain spaces. Example: my_descriptive_video.mp4

Remember to update this README file whenever new folders/types of media are added to the directory, providing a brief summary of each file's purpose and functionality.

Happy coding and resource creating!