Fix include
This commit is contained in:
parent
fe50d79496
commit
0ae0fd4e08
@ -1,5 +1,6 @@
|
|||||||
#include "Roboid.h"
|
#include "Roboid.h"
|
||||||
|
|
||||||
|
#include "LinearAlgebra/FloatSingle.h"
|
||||||
#include "NetworkSync.h"
|
#include "NetworkSync.h"
|
||||||
|
|
||||||
// #define RC_DEBUG
|
// #define RC_DEBUG
|
||||||
@ -81,7 +82,6 @@ Quaternion Roboid::GetOrientation() {
|
|||||||
return q;
|
return q;
|
||||||
}
|
}
|
||||||
|
|
||||||
#include "FloatSingle.h"
|
|
||||||
float Roboid::GetOrientation2D() {
|
float Roboid::GetOrientation2D() {
|
||||||
float maxAngle = 90 - Float::epsilon; // note: range vertical angle = -90..90
|
float maxAngle = 90 - Float::epsilon; // note: range vertical angle = -90..90
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user