autopilot inherits speed from manualControl

spelling
refactor
This commit is contained in:
2023-08-14 15:28:21 +02:00
parent 99dc1709d8
commit c7a19163ff
4 changed files with 22 additions and 21 deletions
-2
View File
@@ -144,8 +144,6 @@ class Autopilot : public ManualControl {
int16_t rotationAimAzimuth;
double drivingSpeed = 1;
double rotationSpeed = 4.5;
double minRemainingDistance = 0.25;
};