Autonomous-Motorsports-Purdue / AMP_ASSv1

The first iteration of the Autonomous Software Stack (ASS) for the AMP go-kart.
11 stars 2 forks source link

Remove All MCU and PCB Files #3

Closed zghera closed 4 years ago

zghera commented 4 years ago

What is a quick description of the change?

Removed all the microcontroller and PCB related files from the AMPv1 directory.

Is this fixing an issue?

No

Are there more details that are relevant?

A decision was made to split the code for the 1st iteration of the kart into three repos: one containing the high-level software that lives on the Jetson (this one (AMPv1 right now)), one containing the PCB code/files, and one containing the microcontroller code.

The files removed here were mostly old (created by the seniors in 18-19) and can all be found in the repo corresponding to the work done in the 2018-2019 school year.

Any additional comments?

This is a very large PR (not good practice) but it mainly removing un-needed code so it is an exception.