a lot of bullshit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
#include "driveModi/Modi/CaptureRoute/captureRoute.h"
|
||||
|
||||
CaptureRoute::CaptureRoute() {
|
||||
}
|
||||
|
||||
void CaptureRoute::init() {
|
||||
|
||||
|
||||
}
|
||||
|
||||
void CaptureRoute::runCaptureRoute() {
|
||||
// this->runManualControl();
|
||||
|
||||
// static uint64_t last_millis = 0;
|
||||
// if (millis() - last_millis < RUN_CAPTuRE_ROUTE_DELAY) {
|
||||
// return;
|
||||
// }
|
||||
// last_millis = millis();
|
||||
|
||||
//Add Point to route
|
||||
// this->route->addCurrentLocationToRoute();
|
||||
}
|
||||
Reference in New Issue
Block a user