changed measuring datatype to quanternions and convert them to radials and degrees
This commit is contained in:
@@ -9,9 +9,10 @@ class SensorManager {
|
||||
SensorManager();
|
||||
void sensorSetup();
|
||||
struct Rotation {
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
float i;
|
||||
float j;
|
||||
float k;
|
||||
float w;
|
||||
};
|
||||
Rotation readLoop();
|
||||
private:
|
||||
|
Reference in New Issue
Block a user