-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge rewrite into master #42
Merged
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1ad0fd2 - Browse repository at this point
Copy the full SHA 1ad0fd2View commit details
Commits on Sep 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96729a4 - Browse repository at this point
Copy the full SHA 96729a4View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 335b136 - Browse repository at this point
Copy the full SHA 335b136View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac791d9 - Browse repository at this point
Copy the full SHA ac791d9View commit details
Commits on Sep 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for daf1d4f - Browse repository at this point
Copy the full SHA daf1d4fView commit details
Commits on Sep 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a105edc - Browse repository at this point
Copy the full SHA a105edcView commit details
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 76d9fe4 - Browse repository at this point
Copy the full SHA 76d9fe4View commit details
Commits on Sep 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 0718465 - Browse repository at this point
Copy the full SHA 0718465View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b37b4 - Browse repository at this point
Copy the full SHA d8b37b4View commit details
Commits on Sep 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3227678 - Browse repository at this point
Copy the full SHA 3227678View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d68d57 - Browse repository at this point
Copy the full SHA 7d68d57View commit details
Commits on Oct 3, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2c0300c - Browse repository at this point
Copy the full SHA 2c0300cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2a87de - Browse repository at this point
Copy the full SHA e2a87deView commit details
Commits on Oct 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc67aee - Browse repository at this point
Copy the full SHA dc67aeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c982652 - Browse repository at this point
Copy the full SHA c982652View commit details
Commits on Oct 31, 2023
-
* Create Selector class * Switch back to procedural programming * Add label to display current auton. Change to dark theme * Add radio button functionality * Simplify text update, remove autonMap * single-screen selector --------- Co-authored-by: Andrew Lu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a49aa25 - Browse repository at this point
Copy the full SHA a49aa25View commit details -
--------- Co-authored-by: Andrew Lu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbb07bd - Browse repository at this point
Copy the full SHA fbb07bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe82f27 - Browse repository at this point
Copy the full SHA fe82f27View commit details
Commits on Nov 1, 2023
-
Thread safe ADILocalizer (#22)
* Using mutex instead of bool semaphore * Cleaner locking * Changed all variables to atomic * Include rtos for mutex * Test cases * Use mutex pointer * Remove atomic Builds, will readd atomic later * Print to brain * Mostly fixed atomic prev_pose doesn't like being atomic * Use mutex for prev_pose * Use unique lock * Testing * Removed atomic (fixed data abort) & mutex works for abstract localizer * Fix atomic (again) * Removed debug prints * Clean up main.cpp --------- Co-authored-by: Mihir Laud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4df1469 - Browse repository at this point
Copy the full SHA 4df1469View commit details -
Configuration menu - View commit details
-
Copy full SHA for e77d4ad - Browse repository at this point
Copy the full SHA e77d4adView commit details
Commits on Nov 7, 2023
-
* Add validation code for ADILocalizerBuilder * Fix build validation code. Add testing code * Add safeguards to ADILocalizer update function * Removed testing code
Configuration menu - View commit details
-
Copy full SHA for 43d9830 - Browse repository at this point
Copy the full SHA 43d9830View commit details -
add settle_time to PIDController (#20)
* settle_time * Fix formatting * Add default for settle_time. Fix angular settling * Fix IDE warning --------- Co-authored-by: Mihir Laud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9378eb2 - Browse repository at this point
Copy the full SHA 9378eb2View commit details
Commits on Nov 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b19b902 - Browse repository at this point
Copy the full SHA b19b902View commit details -
Implement BoomerangController (#30)
* work * Add settle time to Boomerang --------- Co-authored-by: Mihir Laud <[email protected]> Co-authored-by: Mihir Laud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b393e28 - Browse repository at this point
Copy the full SHA b393e28View commit details -
* Add IME Support for Odom * Added some protections on the builder - CANNOT TEST CUZ LIBLVGL Broken * Add testing code. Resolve IDE warning * Added ability to use IMU on ADI and IME Localizers Check Voss working thread for more details about what is working/broken * Remove testing code. Add safeguards for IMELocalizer update * Fix naming * Fix boomerang naming --------- Co-authored-by: cjsport11 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2a99ee - Browse repository at this point
Copy the full SHA e2a99eeView commit details
Commits on Dec 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b9e13b - Browse repository at this point
Copy the full SHA 9b9e13bView commit details -
* Create override functions for set_pose in localizers * Add IMU checks * change set_heading to set_rotation --------- Co-authored-by: Andrew Lu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db716a5 - Browse repository at this point
Copy the full SHA db716a5View commit details
Commits on Jan 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 35d5207 - Browse repository at this point
Copy the full SHA 35d5207View commit details -
Added get motor function (#35)
* Added get motor function * Mark the getMotor function const and remove it from cpp file * Add getMotor example to main.cpp
Configuration menu - View commit details
-
Copy full SHA for 3a56dfe - Browse repository at this point
Copy the full SHA 3a56dfeView commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72814b4 - Browse repository at this point
Copy the full SHA 72814b4View commit details
Commits on Jan 23, 2024
-
* commit * add settling when stopped, fix relative movements * Refactor flags --------- Co-authored-by: Andrew Lu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ff1e09 - Browse repository at this point
Copy the full SHA 4ff1e09View commit details -
* commit * add settling when stopped, fix relative movements --------- Co-authored-by: Mihir Laud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ec1f209 - Browse repository at this point
Copy the full SHA ec1f209View commit details -
Co-authored-by: Mihir Laud <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e35721 - Browse repository at this point
Copy the full SHA 3e35721View commit details
Commits on Jan 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f4110e - Browse repository at this point
Copy the full SHA 4f4110eView commit details
Commits on Jan 29, 2024
-
* refactor includes, add clang-format * create github action * Committing clang-format changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cd85077 - Browse repository at this point
Copy the full SHA cd85077View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.