Реализовано асинхронное чтение IMU
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
|
||||
typedef struct
|
||||
{
|
||||
Quaternion q; // ориентация
|
||||
Quaternion q; // ориентация
|
||||
Vector3 oriPRT; // orientation pitch roll tilts
|
||||
Vector3 gyro; // deg/s
|
||||
Vector3 accel; // g
|
||||
Vector3 gyro; // deg/s
|
||||
Vector3 accel; // g
|
||||
|
||||
Quaternion shiftAccelPRY; // смещение акселерометра
|
||||
|
||||
|
||||
Reference in New Issue
Block a user