Add parameters for IMU orientation definition

This commit is contained in:
Oleg Kalachev
2025-12-26 06:29:19 +03:00
parent 0547ea548b
commit 13a7e67b92
14 changed files with 36 additions and 23 deletions

View File

@@ -22,6 +22,7 @@ Vector gyro;
Vector rates;
Quaternion attitude;
bool landed;
Vector imuRotation;
// declarations
void step();