bauen klappt wieder, navigation ist kaputt, todo: und fixme: beachten!
This commit is contained in:
@@ -17,8 +17,7 @@ Modi& operator++(Modi& m, int) {
|
||||
|
||||
DriveManager::DriveManager(MoveControl *moveControl) {
|
||||
this->moveControl = moveControl;
|
||||
// TODO: Delete magic numbers
|
||||
this->navigation = new Navigation(17, 16);
|
||||
this->navigation = new Navigation();
|
||||
}
|
||||
|
||||
DriveManager::~DriveManager() {
|
||||
|
||||
Reference in New Issue
Block a user