zwischenstand, ich habe Lust mache jetzt weiter :)
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#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::init() {
|
||||
}
|
||||
|
||||
void Autopilot::runAutopilot() {
|
||||
|
||||
Reference in New Issue
Block a user