1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 16, 2024 — Jul 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change brake master cylinder EMA alpha term More... about 8 years ago
Lower accelerator override threshold More... about 8 years ago
Update throttle exponential filter alpha More... about 8 years ago
Fix broken signal smooth header references More... about 8 years ago
Merge branch 'devel' into maint/add-exponential-filters More... about 8 years ago
Merge pull request #134 from PolySync/maint/fix-pbt-Jenkins More... about 8 years ago
Update path to PID controller tests Prior to this commit, Jenkins builds were still failing because the path to the PID controller tests was incorrect. This commit corrects that issue. More... about 8 years ago
Refactor property tests to code review changes Prior to this commit, builds of branches including the property based tests were failing on Jenkins. This commit enables them to now build on Jenkins, since the tests now make use of refactors done since the tests were last updated. More... about 8 years ago
Update brake serial_actuator to use read functions More... about 8 years ago
Smooth signal of accelerator position sensor read More... about 8 years ago
Smooth signal of brake pressure sensor read More... about 8 years ago
Change raw_adc_to_pressure input to int More... about 8 years ago
Smooth signal of accumulator pressure sensor read More... about 8 years ago
Use signal smoothing library in brake module More... about 8 years ago
Use signal smoothing library in steering module More... about 8 years ago
Create signal smoothing library More... about 8 years ago
Merge pull request #133 from PolySync/maint/refactor-and-reorganize More... about 8 years ago
Prettify PBT README Prior to this commit, there were no parens. This commit adds them. This commit is also trying to fix my weird unverified status. More... about 8 years ago
Add in missing arg required to run firmware tests. Prior to this commit, the firmware tests would have failed if run using the README instructions, since `cargo test` is multithreaded by default and each firmware module interacts with global state variables. This commit adds the missing info so that people can run the tests. More... about 8 years ago
Fix typo Prior to this commit, there was a typo in the readme. This commit fixes the typo. More... about 8 years ago
Get tests ready for PR, add to README Prior to this commit, the pid library tests didn't follow the same naming convention as the other tests. This commit has them follow that naming convention, in case we want to add unit tests or other sorts of testing in the future. This commit also removes two failing PID controller tests while we figure out whether or not those properties hold true in all cases. This commit also adds a section to the README file explaining how to run the property-based tests. More... about 8 years ago
Clean up for clarity More... about 8 years ago
Rename write_sample_averages_to_dac More... about 8 years ago
Remove unused report fields More... about 8 years ago
Merge remote-tracking branch 'origin/maint/add-rust-tests' into maint/refactor-and-reorganize More... about 8 years ago
Update brake tests More... about 8 years ago
Move serial actuator brake util to src directory More... about 8 years ago
Update CONTRIBUTING to reflect refactor More... about 8 years ago
Merge remote-tracking branch 'origin/siemensrachel-patch-1' into maint/refactor-and-reorganize More... about 8 years ago
Update brake PID values More... about 8 years ago