a lot of bullshit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
#include "driveModi/Modi/Autopilot/autopilot.h"
|
||||
|
||||
Autopilot::Autopilot() {
|
||||
this->debug = new DebugMqtt("Autopilot");
|
||||
}
|
||||
|
||||
void Autopilot::init(Route *route, MoveControl *moveControl) {
|
||||
this->route = route;
|
||||
this->moveControl = moveControl;
|
||||
}
|
||||
|
||||
void Autopilot::runAutopilot() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user