-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feature/drivebrain emergency control #114
Merged
Merged
Changes from 36 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
bc54fd2
tuning pedals and updated to latest can definition
RCMast3r 2c46b83
drivebrain controller creation
RCMast3r a8fff98
added receiving of drivebrain messages
RCMast3r ed89e6a
fixing pedals tests
RCMast3r dccdc3e
adding drivebrain interface empty mock header
RCMast3r a884665
feat(drivebrain_controller): added tests for drivebrain controller la…
SreeDan 91bf533
adding in latching logic for the db controller
RCMast3r 6a0199c
Merge branch 'feature/drivebrain-interface' into feature/drivebrain-c…
SreeDan 882d6c0
added in drivebrain interface into main
RCMast3r 21e35b8
ensuring that the regen and torque limits dont get applied to the dri…
RCMast3r de1165b
fix(drivebrain_controller): fixed drivebrain_controller failure and r…
SreeDan 5310548
Merge branch 'feature/drivebrain-interface' into feature/drivebrain-c…
SreeDan 57c2a96
adjusting logic; removing interaction with tc and giving drivebrain m…
RCMast3r 0a46914
big merge of new tc mux and drivebrain control mode
RCMast3r 77b1e2b
fixing oopsie in drivebrain control mode and adding it to main
RCMast3r 8d4a7f1
ready to test on car
RCMast3r c02d1f1
fixing header
RCMast3r 200da81
seemingly working ethernet integration
RCMast3r 550754c
switching ethernet driver
RCMast3r c61ec58
removing CAN based drivebrain interface, addressing naming for invert…
RCMast3r 53d653a
making the veh_vec constuctor actually a constructor
RCMast3r d857f81
addressing comments
RCMast3r 03ccfbb
a little cleanup
RCMast3r 19650a3
added compiler macro flag for debug prints
RCMast3r f858024
added in type alias
RCMast3r c0201ef
adding in better handling of timing for drivebrain message latency
RCMast3r 59fd586
updated to latest HT-prot
RCMast3r 2c78972
updating pedal params and to latest HT_proto
RCMast3r a785107
added in loadcell data to the output message and added in more metric…
RCMast3r 75dd8cd
added in ability to control the car even when failing drivebrain timing
RCMast3r e30fa72
added test for ensuring control even when failing
RCMast3r 161226d
added timing failure status
RCMast3r 3ca6d53
added docs for the drivebrain controller
RCMast3r 5f887ed
fixing build
RCMast3r 9deea29
adding in safety check to drivetrain system for over-limit torque limit
RCMast3r faa153e
merge updates with master
RCMast3r 65af6d7
removed duplicate type alias
RCMast3r 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
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.
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.
this sentence doesn't quite make sense to me, but it might make more sense as I read more.