mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2026-06-03 21:10:31 +00:00
thrustInfo() instead of TVC()
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ void loop() {
|
|||||||
vehicleDynamics(State, PrevState);
|
vehicleDynamics(State, PrevState);
|
||||||
thrustInfo(State);
|
thrustInfo(State);
|
||||||
pidController(State, PrevState);
|
pidController(State, PrevState);
|
||||||
TVC(State, PrevState);
|
thrustInfo(State, PrevState);
|
||||||
processTVC(State, yaw, pitch);
|
processTVC(State, yaw, pitch);
|
||||||
|
|
||||||
write2CSV(State);
|
write2CSV(State);
|
||||||
|
|||||||
Reference in New Issue
Block a user