Skip to content

Addition of the uncalibrated gyroscope report #98

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 23, 2023

Conversation

bastienboudet
Copy link
Contributor

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):
raw vs normal gyro (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)

Add the uncalibrated gyroscope report with the full set of related functions
addition of uncalibrated gyro functions
@PaulZC
Copy link
Collaborator

PaulZC commented Feb 3, 2022

Thank you @bastienboudet !

We will get this tested and merged as soon as possible.

Best wishes,
Paul

@PaulZC
Copy link
Collaborator

PaulZC commented Jan 23, 2023

Hi @bastienboudet ,

Thank you for the contribution and many apologies for the very slow reply.

Merging for testing...

Very best wishes,
Paul

@PaulZC PaulZC merged commit 600a13c into sparkfun:release-candidate Jan 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants