added freeze target point
This commit is contained in:
@@ -108,6 +108,7 @@ class Navigation {
|
||||
* @return false route can not be started
|
||||
*/
|
||||
bool startNavigation();
|
||||
void freezeTargetPoint(bool val = true) { this->preventNextPoint = val; };
|
||||
|
||||
/**
|
||||
* @brief Get the Course Correction object
|
||||
@@ -218,6 +219,7 @@ class Navigation {
|
||||
bool navigationStarted = false;
|
||||
bool navigationFinished = false;
|
||||
bool isNtripInit = false;
|
||||
bool preventNextPoint = false;
|
||||
|
||||
char* host;
|
||||
char* mountPoint;
|
||||
|
||||
Reference in New Issue
Block a user