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