mirror of
https://gitlab.com/lander-team/lander-cpp.git
synced 2025-08-01 19:11:37 +00:00
got rid of debuggin prints
This commit is contained in:
@@ -62,7 +62,6 @@ void setup() {
|
|||||||
|
|
||||||
void loop() {
|
void loop() {
|
||||||
last = micros();
|
last = micros();
|
||||||
Serial.println(State.vz);
|
|
||||||
|
|
||||||
vehicleDynamics(State, PrevState);
|
vehicleDynamics(State, PrevState);
|
||||||
thrustInfo(State);
|
thrustInfo(State);
|
||||||
|
Reference in New Issue
Block a user