-
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.
Feature/drivebrain interface load cell and timing (#113)
* tuning pedals and updated to latest can definition * drivebrain controller creation * added receiving of drivebrain messages * fixing pedals tests * adding drivebrain interface empty mock header * feat(drivebrain_controller): added tests for drivebrain controller latency and jitter * adding in latching logic for the db controller * added in drivebrain interface into main * ensuring that the regen and torque limits dont get applied to the drivebrain controller * fix(drivebrain_controller): fixed drivebrain_controller failure and reset logic * adjusting logic; removing interaction with tc and giving drivebrain more responsbility * fixing oopsie in drivebrain control mode and adding it to main * ready to test on car * fixing header * seemingly working ethernet integration * switching ethernet driver * removing CAN based drivebrain interface, addressing naming for inverter interface updates, updating ethernet interface since only one message is received, and fixing tests for new interface * making the veh_vec constuctor actually a constructor * addressing comments * a little cleanup * added compiler macro flag for debug prints * added in type alias * adding in better handling of timing for drivebrain message latency * updated to latest HT-prot * updating pedal params and to latest HT_proto * added in loadcell data to the output message and added in more metrics for drivebrain comms * updating name and changing loadcell data to int * merge changes * fixing removal of eth interface comms --------- Co-authored-by: sreekara <[email protected]>
- Loading branch information
Showing
8 changed files
with
93 additions
and
35 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ lib_deps_shared = | |
git+ssh://[email protected]/hytech-racing/CASE_lib.git#v49 | ||
https://github.com/hytech-racing/shared_firmware_types.git#feb3b83 | ||
https://github.com/hytech-racing/shared_firmware_systems.git#af96a63 | ||
https://github.com/hytech-racing/HT_proto/releases/download/2024-10-04T04_27_55/hytech_msgs_pb_lib.tar.gz | ||
https://github.com/hytech-racing/HT_proto/releases/download/2024-10-20T18_54_37/hytech_msgs_pb_lib.tar.gz | ||
|
||
[env:test_env] | ||
platform = native | ||
|
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