added more functions for capture route
This commit is contained in:
@@ -17,6 +17,11 @@ Modi& operator++(Modi& m, int) {
|
||||
|
||||
DriveManager::DriveManager(MoveControl *moveControl) {
|
||||
this->moveControl = moveControl;
|
||||
this->navigation = new Navigation(17, 16);
|
||||
}
|
||||
|
||||
DriveManager::~DriveManager() {
|
||||
delete this->navigation;
|
||||
}
|
||||
|
||||
void DriveManager::loop() {
|
||||
|
||||
Reference in New Issue
Block a user