accidently swapped yaw and roll
This commit is contained in:
@@ -9,9 +9,9 @@ public:
|
|||||||
SensorManager();
|
SensorManager();
|
||||||
void sensorSetup();
|
void sensorSetup();
|
||||||
struct eulerAngles {
|
struct eulerAngles {
|
||||||
float yaw;
|
|
||||||
float pitch;
|
|
||||||
float roll;
|
float roll;
|
||||||
|
float pitch;
|
||||||
|
float yaw;
|
||||||
};
|
};
|
||||||
eulerAngles getEulerAngles();
|
eulerAngles getEulerAngles();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user