-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* yo * Fixed all pindefs outside of setup * memes * yo * Added dash LED to safety system * walker eepy * working without adcs * some comments to debug * pushing current issues * working kinda minimal progress * working without steering sensor * pushing up constants and stuff * Reworked dashboard to use tick function and added LED states * pushing up debugging tcmux * torque requests * the negative sign was correct * fixing tcs and offsets * almost working kinda, error after a second sending no torque * working code * known good debug * yo * working on car * what is on car currently * working except for hardware issue * removed more print lines, simplified resetting of drivetrain, limited AMK max RPM for lot testing, re-enabled correct speed setpoint for torque control, and added in resetting of drivetrain via dash button * minor change in main_minimal for serial definition and bringing actual main up to where minimal main is now * Fixed pin defs for dashboard lights * Fixed IMD and AMS lights going red if BOTS tripped * Updated buzzer time and brake/accel thresholds * Fix for buzzer timing, force buzzer to end before entering ready to drive * Added new can message for inverter RPMs * Drivetrain RPMs are sent to TCU * Added DRIVETRAIN_ERR_STATUS_TELEM_hytech to telemetry * Added drivetrain_status_telem_CAN_msg() (untested) * Added some pedal data to drivetrain status message * Added accumulator current/reference can messages * Update to ADC interface to support setting 1M baud for MCP 04's. Changing pindefs for reading status of IMD and BMS OK * discovered potential issue with drivetrain system * fixed regen pedal scaling * Steering Sensor should now be working * add SAB reading to ECU * Added Motor Controller torque message and rolling average print for seal testing * Updated HT_CAN with new suspension messages. Removed old ones * removed fixed point precision on steering sensor. no clue why it was there * add load cell vectoring. add safe mode transition when controllers fault * working on car * attempting to remove deadzone in pedals for ensuring that we can always reach 100 percent and start at 0 percent accel and brake * put stuff for loadcell mode 1 calibrate * hopefully calibrated? * tick load cell controller * adding more to readme about auto-completition and setup of vscode * Added torque mode LED display * Changed torqueMode button * Updated Mock dashboard interface * adding in more docs to tc mux and tcs as well as adding in scaling for simple tc for regen * moving main minimal into main * only deploying docs on master --------- Co-authored-by: walkermburns <[email protected]> Co-authored-by: Dopp-IO <[email protected]> Co-authored-by: Justin Hwang <[email protected]> Co-authored-by: Dopp-IO <[email protected]> Co-authored-by: shaynoorani <[email protected]>
- Loading branch information
1 parent
e2487bd
commit 083b47c
Showing
47 changed files
with
1,329 additions
and
2,166 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
.vscode/launch.json | ||
.vscode/ipch | ||
.vscode/ | ||
compile_commands.json | ||
docs/html/ |
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 was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file was deleted.
Oops, something went wrong.
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.