Final Project Reports
The following pages are each a project report by a student in Autonomous Robotics at Brandeis University. Here's how to add your content:
- Git clone this repository to your computer:
- In the directory structure, find the folder called reports. In the 2024 folder, create an .md for your report.
- Write your project report using markdown. You can include images as well as links. There are many tutorials on Markdown but you most likely already know it.
- Use the template below as a starting point
- Git add, commit and push your changes
- If you did it right then they will appear in the Labnotebook
Template for your report
---
title: Campus Rover Project
author: Pito Salas
date: Dec 5 2024
---
## Introduction
1. Problem statement, including original objectives
1. Relevant literature
1. Team members (names and emails)
## What was created (**biggest section**)
1. Technical descriptions, illustrations
1. Discussion of interesting algorithms, modules, techniques
1. Guide on how to use the code written
1. Clear description and tables of source files, nodes, messages, actions and so on
## Story of the project.
1. How it unfolded, how the team worked together
1. Your own assessment
1. problems that were solved, pivots that had to be taken