diff --git a/src/main.cpp b/src/main.cpp index a11dbac..e47b56d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,7 +66,7 @@ void loop() { vehicleDynamics(State, PrevState); thrustInfo(State); pidController(State, PrevState); - TVC(State, PrevState); + thrustInfo(State, PrevState); processTVC(State, yaw, pitch); write2CSV(State);