try to work ntrip client
This commit is contained in:
@@ -29,8 +29,14 @@ DriveManager::~DriveManager() {
|
||||
}
|
||||
|
||||
void DriveManager::loop() {
|
||||
DebugTimes moveControlTime;
|
||||
this->moveControl->loop();
|
||||
moveControlTime.stopConsol("MoveControlTime", 5);
|
||||
|
||||
DebugTimes navigationTime;
|
||||
this->navigation->loop();
|
||||
navigationTime.stopConsol("NavigationTime", 5);
|
||||
|
||||
if (currentModusPtr)
|
||||
this->currentModusPtr->loop();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user