Add parameters for easier IMU orientation definition

This commit is contained in:
Oleg Kalachev
2025-12-26 21:14:15 +03:00
parent 68d16855df
commit d6e8be0c05
14 changed files with 37 additions and 27 deletions

View File

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