mirror of
https://github.com/okalachev/flix.git
synced 2026-06-28 05:56:44 +00:00
Merge branch 'master' into cpp
This commit is contained in:
@@ -60,6 +60,8 @@ public:
|
||||
gyro = Vector(imu->AngularVelocity().X(), imu->AngularVelocity().Y(), imu->AngularVelocity().Z());
|
||||
acc = this->accFilter.update(Vector(imu->LinearAcceleration().X(), imu->LinearAcceleration().Y(), imu->LinearAcceleration().Z()));
|
||||
|
||||
voltage = 4.2f; // dummy voltage value
|
||||
|
||||
readRC();
|
||||
estimate();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user