From 736397a2ad43feb0e1e5f817fcbd2e8e6c57a589 Mon Sep 17 00:00:00 2001 From: Brendan McGeeney Date: Mon, 13 Sep 2021 04:58:07 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8a6e808..58f33b5 100644 --- a/README.md +++ b/README.md @@ -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)