-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Easier car addition via some refactoring #179
Closed
Closed
Conversation
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
Will test in docker before another pull request. |
legonigel
pushed a commit
that referenced
this pull request
Apr 24, 2019
1282e8f cap libusb1 version in setup (#183) 64bcc89 Subaru: 545 msg must be generated 9159df9 Merge branch '0.5.10-chyrsler' f8ab74a L-line relay (#166) 11c4cdc Cleanup leftover jenkins command 22572d9 Fix Jenkins build dockerfiles with same name 1d2f8f0 Jenkins (#179) f383eee Power saving: wake on RX and don't print durint IRQ 9540db7 Chrysler safety: better to mention messages we don't want to forward 1049502 chrysler: forward bus 0 to bus 2 (#177) 4276c38 Additional Power saving (#170) git-subtree-dir: panda git-subtree-split: 1282e8f
avolmensky
pushed a commit
to avolmensky/openpilot
that referenced
this pull request
Jun 30, 2019
* Improve panda automated testing * begin testing both white and grey panda * Improve wifi reliability * First commit for docker * Fix usb devices not showing up on reconnect * Add tests for two pandas, latency and throughput * Add Jenkinsfile * Allow flashing release on wifi * Fix Jenkins stuck in DFU mode and docker container running * Add pandaextra from xx to docker * Need more time for ST to restart, sometimes * Add xml output to tests * Try making wifi more reliable * Fix infinite loop in ping * Check connected after flash * Cleanup two panda tests * Try fixing failing test with check after udp * Try to fix with sleep * Temporarily run just 5 and 6 * Cleanup * Desperate times call for desperate measurse * BUGFIX: power saving when rx only * Fix failing when white panda is first after udp * Test both Dev and EON build * Jenkins test results for both builds * Better test case naming
TDIPWR
pushed a commit
to TDIPWR/openpilot
that referenced
this pull request
Nov 26, 2019
Fix fan control when not plugged into panda
sshane
referenced
this pull request
in sshane/openpilot
Nov 26, 2019
SebastienLubrano
pushed a commit
to SebastienLubrano/openpilot
that referenced
this pull request
Aug 9, 2021
* add uploaderState * add time * float
mlocoteta
pushed a commit
to mlocoteta/openpilot
that referenced
this pull request
Jul 17, 2023
Bashblock
pushed a commit
to Bashblock/openpilot-0.8.7
that referenced
this pull request
Jan 26, 2024
…tch-1 Update i18n.py
nworb-cire
pushed a commit
to opgm/openpilot
that referenced
this pull request
Aug 2, 2024
* ui: split screenrecorder as independent native process * would this work * Revert "would this work" This reverts commit 9ef6e54f0d4161c64682ca98229e92a124e9995e. * Revert "ui: split screenrecorder as independent native process" This reverts commit 0b6c7f77ebbe4c39bfc84ada8b0c1d906ccd99d6. * Let it compile * start ui very late * Revert "start ui very late" This reverts commit b6437ab0172ded0addda66ebd48812fcb356e546. * remove hack * ignore 0x80001000 * oops * Try this * Check with this * Revert "remove hack" This reverts commit 45407b01fc349f0ab7dc1d06214ab28af306b60a. * Revert "Revert "remove hack"" This reverts commit ad739cbbe93d2266f24dece5ee58dc73a0bf9079. * Revert "Check with this" This reverts commit b9c59fc4830e0a89272af01e8f5c086bfd343583. * Revert "Try this" This reverts commit ff31bca2794c2dc3541f5d66648fc27eba33094f. * Revert "oops" This reverts commit 8a5e56baed75ccdc3890b47cb1a531732b1a4574. * Revert "ignore 0x80001000" This reverts commit 24bc8f6f6c9571a75976a39d9a56aa50a91482b4. * Revert "remove hack" This reverts commit 45407b01fc349f0ab7dc1d06214ab28af306b60a. * Revert "Revert "start ui very late"" This reverts commit a5b7d53b73b77a6982db203f6afe5035daffe404. * Revert "start ui very late" This reverts commit b6437ab0172ded0addda66ebd48812fcb356e546. * Revert "Let it compile" This reverts commit 06e82419fb366a46bef9f6eb06eb13a27b1d15aa. * Revert "Revert "ui: split screenrecorder as independent native process"" This reverts commit 35618db461a319b138444957e0134e011f6f725b. * Revert "Revert "would this work"" This reverts commit 25ec02d9dd12eb1166b979e3f6f1d2eac338c12b. * Revert "would this work" This reverts commit 9ef6e54f0d4161c64682ca98229e92a124e9995e. * Revert "ui: split screenrecorder as independent native process" This reverts commit 0b6c7f77ebbe4c39bfc84ada8b0c1d906ccd99d6. * Disable Screenrecorder * Add update
MoreTore
pushed a commit
to MoreTore/openpilot
that referenced
this pull request
Sep 1, 2024
HKG - Enable AOL via LKAS
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
I've refactored some of the Toyota parts, made the fingerprint file use the CAR class (for Toyotas), moved around almost everything car specific to values.py, and added comments about how to add a car easier. There's far more that can be done, including getting this data from the DBC files, but now that it's in one place it's a small iteration closer.