- Bereshit.xlsx: Excel which contains 4 tabs: Bereshit.xlsx
- Real: Grabbed the data from TV.
- Manual Driving
- Final Results: The results captured from the Java program. Those are based on the auto driving.
- PDF: Investigation.investigation.pdf
- Java folder contains an old implementation using Java JFrame.
There are 3 algorithms:
- A controller based on manual driving as described in the excel. Results show a nice descending.
- A controller based on an interpolation functions. Results show a better descending.
- Alg 3 is an improved algorithm utilizing PID controller for Altitude and Angle and als an improved breaks system. Nevertheless, this algorithm has an issue on final step (WIP).