Closed bastienboudet closed 1 year ago
Thank you @bastienboudet !
We will get this tested and merged as soon as possible.
Best wishes, Paul
Hi @bastienboudet ,
Thank you for the contribution and many apologies for the very slow reply.
Merging for testing...
Very best wishes, Paul
Description
Add the uncalibrated gyroscope report with the full set of related functions. The uncalibrated gyroscope report can be realy usefull as at very low angular velocity the bias often take the raw gyroscope value (see image below): (in the graph y values are in rad/s, w is the calibrated gyroscope value and w2 is the raw gyroscope value)
Command added
enableUncalibratedGyro(timebetweenreports) getUncalibratedGyroX(); getUncalibratedGyroY(); getUncalibratedGyroZ() getUncalibratedGyroBiasX(); getUncalibratedGyroBiasY(); getUncalibratedGyroBiasZ() getUncalibratedGyroAccuracy() and getUncalibratedGyro(args)