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

make code compile

This commit is contained in:
Anson Biggs 2021-11-30 11:49:39 -07:00
parent 2249417045
commit 71a128b086

View File

@ -66,7 +66,7 @@ void loop() {
vehicleDynamics(State, PrevState); vehicleDynamics(State, PrevState);
thrustInfo(State); thrustInfo(State);
pidController(State, PrevState); pidController(State, PrevState);
thrustInfo(State, PrevState); thrustInfo(State);
processTVC(State, yaw, pitch); processTVC(State, yaw, pitch);
write2CSV(State); write2CSV(State);