quite some fixes

This commit is contained in:
2023-09-23 22:47:07 +02:00
parent d0c5421ad9
commit e48f680fec
14 changed files with 69 additions and 49 deletions
+1
View File
@@ -102,6 +102,7 @@ class Autopilot : public ManualControl {
void askNavigationForOrder();
void selfDriving();
void restartLoop();
void afterActivate() override;
Navigation* navigation;
CourseCorrection courseCorrection;