merge Service branch into main #5

Merged
SemvdH merged 193 commits from service into main 2023-05-08 13:42:59 +00:00
Showing only changes of commit 1ea831d1c4 - Show all commits

View File

@@ -95,7 +95,9 @@ private:
} else
{
last_thrust = 0;
last_setpoint = {0, 0, 0};
last_setpoint[0] = 0;
last_setpoint[1] = 0;
last_setpoint[2] = 0;
response->status = 1;
}
}