mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-06-16 07:06:51 +00:00
make code compile
This commit is contained in:
parent
2249417045
commit
71a128b086
@ -66,7 +66,7 @@ void loop() {
|
||||
vehicleDynamics(State, PrevState);
|
||||
thrustInfo(State);
|
||||
pidController(State, PrevState);
|
||||
thrustInfo(State, PrevState);
|
||||
thrustInfo(State);
|
||||
processTVC(State, yaw, pitch);
|
||||
|
||||
write2CSV(State);
|
||||
|
Loading…
x
Reference in New Issue
Block a user