circle mode for autopilot
menu entry for circle mode
This commit is contained in:
2023-08-14 08:25:24 +02:00
parent 9adbdece7f
commit 010544a35a
5 changed files with 97 additions and 67 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class Navigation {
bool startNavigation();
void freezeTargetPoint(bool val = true) { this->preventNextPoint = val; };
void drivingDirectionChange();
void dissableCalcAzimuth() { this->directionChangeMode = false; }
void disableCalcAzimuth() { this->directionChangeMode = false; }
double increaseMinDistanceToReachPoint() { return this->minDistanceToReachPoint += 0.1; }
double decreaseMinDistanceToReachPoint() { return this->minDistanceToReachPoint -= 0.1; }