mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-08-01 19:11:37 +00:00
fixed main loop
This commit is contained in:
@@ -66,7 +66,6 @@ void loop() {
|
|||||||
vehicleDynamics(State, PrevState);
|
vehicleDynamics(State, PrevState);
|
||||||
thrustInfo(State);
|
thrustInfo(State);
|
||||||
pidController(State, PrevState);
|
pidController(State, PrevState);
|
||||||
thrustInfo(State);
|
|
||||||
processTVC(State, yaw, pitch);
|
processTVC(State, yaw, pitch);
|
||||||
|
|
||||||
write2CSV(State);
|
write2CSV(State);
|
||||||
|
Reference in New Issue
Block a user