-
-
Notifications
You must be signed in to change notification settings - Fork 23
inverter retry logic for fault handling #1716
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
base: master
Are you sure you want to change the base?
Conversation
Lucien950
left a comment
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.
a few things to change, I think it's largely on the right path. I would reexamine how you implement faulthandling state
firmware/quintuna/VC/src/app/vehicle_dynamics/app_inverterBringup.h
Outdated
Show resolved
Hide resolved
firmware/quintuna/VC/src/app/states/app_InverterfaultHandlingState.c
Outdated
Show resolved
Hide resolved
25c5264 to
66991dd
Compare
…ub.com/UBCFormulaElectric/Consolidated-Firmware into setaremalekiii/inverter_fault_handling
firmware/quintuna/VC/src/app/states/app_InverterfaultHandlingState.c
Outdated
Show resolved
Hide resolved
firmware/quintuna/VC/src/app/states/app_InverterfaultHandlingState.c
Outdated
Show resolved
Hide resolved
firmware/quintuna/VC/src/app/states/app_InverterfaultHandlingState.c
Outdated
Show resolved
Hide resolved
|
|
||
| static Signal apps_brake_disagreement_signal; | ||
|
|
||
| bool app_inverter_boardWarningCheck(void) |
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.
these should go back to be in warining handeling since it kinda doesnt make sense to be in warning
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.
wait don't you think it should be here tho cuz its not just any warning check its specifically inverter warning check. Idk I feel like its more comprehensible if everything is in the same file?
Changelist
Testing Done
Resolved Tickets
FIRM-449