-
Notifications
You must be signed in to change notification settings - Fork 7
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
hugo/feature/Add IMUKit #1066
hugo/feature/Add IMUKit #1066
Conversation
acf7c1e
to
9187eb6
Compare
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
ae5127d
to
5f535ee
Compare
5f535ee
to
0f0f38b
Compare
7f2fad4
to
7c60aa5
Compare
57551af
to
902cf1e
Compare
902cf1e
to
c851851
Compare
108e916
to
55869f7
Compare
7c60aa5
to
480687a
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1066 +/- ##
=========================================
Coverage 96.00% 96.01%
=========================================
Files 138 142 +4
Lines 3327 3435 +108
=========================================
+ Hits 3194 3298 +104
- Misses 133 137 +4
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
9f57f7f
to
7abd27d
Compare
7a51cbd
to
3151e85
Compare
3151e85
to
ac5d791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent! Thank you for you work 👏
82b1f85
to
4bb1896
Compare
ac5d791
to
fabfe61
Compare
4bb1896
to
e680e64
Compare
e9e3e24
to
7e9dcf2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a lot of things have changed, I've made a new detailed review. A few tweaks and fixes and we're good to go ;)
great work again on the coverage and the tests 👍
6f6bf06
to
36a0489
Compare
36a0489
to
720d56a
Compare
720d56a
to
ab0ce00
Compare
Kudos, SonarCloud Quality Gate passed! |
Introduce IMUKit which compute angles from LSM6DSOX data through Mahony algorithm [Link to Git repo inspiration].
Allows to get a correct image of Leka's orientation for approximatively 10 seconds until Earth rotation interferes too much.