1
0
mirror of https://gitlab.com/lander-team/lander-cpp.git synced 2026-06-03 21:10:31 +00:00

fixed main loop

This commit is contained in:
bpmcgeeney
2021-12-01 13:56:59 -07:00
parent a5b806daa5
commit 5f9bd69508
-1
View File
@@ -66,7 +66,6 @@ void loop() {
vehicleDynamics(State, PrevState);
thrustInfo(State);
pidController(State, PrevState);
thrustInfo(State);
processTVC(State, yaw, pitch);
write2CSV(State);