-
Notifications
You must be signed in to change notification settings - Fork 1
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
Wire up the sbr service into the app #155
Conversation
…I don't want to instead of commenting out bazel
LogsJust miscellaneous, project specific thoughts / notes. Mostly for my own 2024-10-25, Friday:
2024-10-26, Saturday:
Alright, before spending a bunch of time merely transcribing these fields into
Alright, let's start with this AHRS (Attitude and Heading Reference System) https://github.com/pololu/minimu-9-ahrs-arduino.
So, let's write-up a proto interface for these.
2024-10-27, Sunday:
2024-10-30, Wednesday:
2024-10-31, Thursday:describe pigweed's sense firmware layout
2024-11-03, Sunday:
2024-11-06, Wednesday:
2024-11-07, Thursday:breakup the diff: https://github.com/michael-christen/toolbox/pull/136/files
TODO:
Followup:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #155 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 56 56
=========================================
Hits 56 56 |
This is the culmination of several PRs, allowing us to bind this service to this app.
See #155 (comment) for my log of notes along the way.
Here are the related PRs:
And the created/related issues: