1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2025-06-16 15:17:23 +00:00

Update README.md

This commit is contained in:
Brendan McGeeney 2021-09-13 04:58:07 +00:00
parent f2eba54a8d
commit 736397a2ad

View File

@ -1,4 +1,13 @@
# LanderCpp
## Results
![Accel-Vel-Alt vs Time](build/debug/outputs/Accel-Vel-Alt_vs_Time.png)
![Euler Angles vs Time](build/debug/outputs/Euler_Angles_vs_Time.png)
![Servo Position vs Time](build/debug/outputs/Servo_Position_vs_Time.png)
## System Requirements
*Note: these are only necessary if you plan on messing around with the source code. If you just want to see the end result, you should be able to go into the build/release directory and run the executable with no problems*
- Visual Studio Code / C++ Extension
@ -16,11 +25,3 @@ The json files are already configured, so if you need any assistance with instal
## Known Issues
- None!
## Outputs
![Accel-Vel-Alt vs Time](build/debug/outputs/Accel-Vel-Alt_vs_Time.png)
![Euler Angles vs Time](build/debug/outputs/Euler_Angles_vs_Time.png)
![Servo Position vs Time](build/debug/outputs/Servo_Position_vs_Time.png)