Closed gerth2 closed 8 years ago
The most common way of using a gyro is to get the angular rotation, and integrate it to get the actual value.
This integration must be done very carefully to reject noise from vibrations and not skew the value. The I2C Gyro already has lots of this logic.
Abstract this out to its own class. Should have the high sample rate, cubic spline integration, and FIR filtering.
Nothing to do here, will be covered by #5
The most common way of using a gyro is to get the angular rotation, and integrate it to get the actual value.
This integration must be done very carefully to reject noise from vibrations and not skew the value. The I2C Gyro already has lots of this logic.
Abstract this out to its own class. Should have the high sample rate, cubic spline integration, and FIR filtering.