-
Notifications
You must be signed in to change notification settings - Fork 113
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
RSDK 1020 Part I - refactor base, encoded motor struct and tests. #2227
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
b41651c
Fix arduino nonsense
randhid fecc9dc
Change most integers to floats, tests passing
randhid 0208ff6
Remove duplicate rpmmonitor state lock
randhid 6a011b3
Remove unused functions
randhid 7df2fb1
Remove unused functions
randhid 0293362
Revert "Remove unused functions"
randhid f00439f
Revert "Remove unused functions"
randhid e2c1e6f
Remove old server level logic and add name to encoded motor
randhid 37f3c47
Remove DoMove
randhid b473a3d
Move validation error to setuo.go
randhid ec3d7c9
wip
randhid c7eaaed
resolve merge conflicts
randhid 1d3ef72
change back encoder tests
randhid 469cb20
Change setup
randhid 6b43220
wip race condition
randhid 41a4932
remove straggler
randhid 8010d07
wip
randhid e053b8d
Skip tests that need to be refactored
randhid 870456e
Add test skip and remove more unnecessary conversions
randhid 43cc115
Remove cfg from encoded motor struct
randhid dbf5281
wip
randhid e82d530
Remove type and name changes for another PR
randhid e7e31ac
Remove unwrap proxy
randhid File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
@penguinland skips here will unblock you for Digital interrupts.
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.
My workaround to get #2236 to pass the tests was to remove the one line that messed up the timing on the race conditions (b08b60d, reverted in 2c6a32a). The rest is already merged. In the future, we can make the tests more robust, and add that log line back in.