Added new target location algorithm.

Fixed issue with target altitude calculation.
This commit is contained in:
Nffj84
2024-07-16 18:15:10 +03:00
parent 46ad1f0ff7
commit 2b9bda1ff0
11 changed files with 98 additions and 47 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
#include "serialCommand.hpp"
#include <iostream>
#include <QDebug>
#include "serialCommand.hpp"
#include "config.hpp"
#include "utilsTargetLocation.hpp"
#include <iostream>
SerialCommand::SerialCommand()
{