Fix include

This commit is contained in:
Pascal Serrarens 2024-05-14 12:26:11 +02:00
parent fe50d79496
commit 0ae0fd4e08

View File

@ -1,5 +1,6 @@
#include "Roboid.h"
#include "LinearAlgebra/FloatSingle.h"
#include "NetworkSync.h"
// #define RC_DEBUG
@ -81,7 +82,6 @@ Quaternion Roboid::GetOrientation() {
return q;
}
#include "FloatSingle.h"
float Roboid::GetOrientation2D() {
float maxAngle = 90 - Float::epsilon; // note: range vertical angle = -90..90