new funcs in navigation to export instructions

This commit is contained in:
2022-02-03 10:44:58 +01:00
parent 23aaa890d5
commit 5ca21b09b2
6 changed files with 135 additions and 18 deletions
+11 -2
View File
@@ -1,9 +1,18 @@
/**
* @file autopilot.cpp
* @author Alexander Klein (alex@kleiax.de)
* @brief
* @version 0.1
* @date 2022-02-02
*
* @copyright Copyright (c) 2022
*
*/
#include "driveModi/Modi/Autopilot/autopilot.h"
Autopilot::Autopilot() {
}
void Autopilot::init() {
}
void Autopilot::runAutopilot() {