replicant-frameworks_native/services/sensorservice
Mathias Agopian 24f9bea8eb revert parts of dc5b63e40, which made gyro drift estimation unstable
initialize the system covariance matrix with non-zero
    values for the gyro-bias part. this improves the initial
    bias estimation speed significantly.

the initial covariance matrix should be small because the drift
changes slowly. the real problem is that we're not starting with
a good estimate of the drift, which this algorithm relies on.

so with this revert, it'll take a while for the drift to be estimated
but it won't be unstable.

Change-Id: Id5584bc114a2390d507643b2451b2650c1b90721
2013-05-30 14:26:36 -07:00
..
tests
Android.mk
BatteryService.cpp
BatteryService.h
CorrectedGyroSensor.cpp
CorrectedGyroSensor.h
Fusion.cpp revert parts of dc5b63e40, which made gyro drift estimation unstable 2013-05-30 14:26:36 -07:00
Fusion.h
GravitySensor.cpp
GravitySensor.h
LinearAccelerationSensor.cpp
LinearAccelerationSensor.h
mat.h
OrientationSensor.cpp
OrientationSensor.h
quat.h
RotationVectorSensor.cpp
RotationVectorSensor.h
SensorDevice.cpp
SensorDevice.h
SensorFusion.cpp
SensorFusion.h
SensorInterface.cpp
SensorInterface.h
SensorService.cpp
SensorService.h
traits.h
vec.h