Adeeb Shihadeh
|
9bb39d1145
|
updated: remove old overlay init file
old-commit-hash: 2a2cfd6bb5
|
5 years ago |
Adeeb Shihadeh
|
747ca1d354
|
fix paths for waste3 debug script
old-commit-hash: 9060d3c87b
|
5 years ago |
Tom Dörr
|
370ba02e6c
|
Add Flags to Control Simulator (#2246)
* Add flags
* Update readme
old-commit-hash: c13c6ef76b
|
5 years ago |
Dean Lee
|
9af3c25166
|
fix resource leak when rotating encoder (#2141)
old-commit-hash: 209e7aa471
|
5 years ago |
Adeeb Shihadeh
|
f1163a0b51
|
bump submodules
old-commit-hash: be7cc63e3d
|
5 years ago |
Adeeb Shihadeh
|
c23faac9df
|
updated: log git corruption (#2242)
* log git corruption
* better cloudlog
old-commit-hash: 3f40a9ee75
|
5 years ago |
Adeeb Shihadeh
|
52ed05f68e
|
add ECU disable script from #1459
old-commit-hash: 98fedff6b1
|
5 years ago |
Willem Melching
|
322fe79f5b
|
Revert "fix compilation with Clang 10 on ubuntu 20.04"
This reverts commit 58e5036dd8135da83726d419d892ebdcda849407.
old-commit-hash: 0abd089ec4
|
5 years ago |
Willem Melching
|
769a23aebf
|
fix compilation with Clang 10 on ubuntu 20.04
old-commit-hash: fe8d08806f
|
5 years ago |
Greg Hogan
|
659b82c469
|
pre-reqs for honda bosch longitudinal control (#1458)
* pre-reqs for honda bosch longitudinal control
* openpilot_longitudinal_control -> radar_disabled
* fix chrysler test
* review feedback
* little cleaner
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 0902575e34
|
5 years ago |
cydia2020
|
ca29e033e9
|
add 1 second delay to acc pedal alert (#2221)
So that the screen wouldn't appear to "flicker" when openpilot is engaged while the acc pedal is being released
old-commit-hash: 6d5b2af3f2
|
5 years ago |
Adeeb Shihadeh
|
be29b8f236
|
tici light sensor (#2238)
old-commit-hash: 2490be762d
|
5 years ago |
Tom Dörr
|
260ff8cd46
|
Name openpilot docker container (#2239)
old-commit-hash: 459aa1123d
|
5 years ago |
Adeeb Shihadeh
|
e4afed91ec
|
this sounds better
old-commit-hash: 562cde2022
|
5 years ago |
Adeeb Shihadeh
|
2e73593038
|
no more question issue type, we have discussions
old-commit-hash: 6101951dc4
|
5 years ago |
Tom Dörr
|
0768cf8be5
|
Enable Ctrl-C for Carla Server (#2240)
old-commit-hash: e6eedbe704
|
5 years ago |
Nelson Chen
|
c66f3906c2
|
Add 2021 Corolla Hybrid to Supported Cars in README.md (#2229)
Followup to https://github.com/commaai/openpilot/pull/1845 which added FW/FPv2 from a *2021* Corolla Hybrid.
User confirmed again their vehicle is a 2021 Corolla Hybrid recently: https://discordapp.com/channels/469524606043160576/524327905937850394/759264135812349962
By the way, the ICE-only 2021 Corolla has still not been confirmed or tried against and no mention has been found in Discord about successful attempts or failures regarding that model and model year.
old-commit-hash: 0bd66a40d8
|
5 years ago |
qadmus
|
94b0fd629e
|
Fix grade force in test_long plant (#2225)
Co-authored-by: user <email@web.com>
old-commit-hash: cba53957bd
|
5 years ago |
Dean Lee
|
63c8162fd3
|
close lock_fd if flock failed (#2231)
old-commit-hash: 9983389ffe
|
5 years ago |
Logan Lasiter
|
f127e4048e
|
Add symphony-cpu lib once (#2232)
old-commit-hash: 7d28afcde3
|
5 years ago |
Erich Moraga
|
32f505ba13
|
Add engine f/w for CAR.LEXUS_RX (#2235)
@vonlee#4243 2017 Lexus RX350 DongleID e6112c12439776bb
old-commit-hash: 278bb5063a
|
5 years ago |
vanillagorillaa
|
bb9f55844f
|
Typo: thershold -> threshold (#2230)
old-commit-hash: c35af4b619
|
5 years ago |
VirtuallyChris
|
f35e75c62a
|
ProPILOT
old-commit-hash: 6ffc9a92d7
|
5 years ago |
VirtuallyChris
|
63efd0c4ca
|
Combine Toyota Avalon rows
old-commit-hash: afeb012aee
|
5 years ago |
HaraldSchafer
|
a5a15064a0
|
Update README.md
old-commit-hash: d2539e01d3
|
5 years ago |
Willem Melching
|
18b33204cc
|
fix modeld launch script larch64 detection
old-commit-hash: 8cc5bfcef8
|
5 years ago |
Willem Melching
|
b1e01c8a5b
|
bump cereal
old-commit-hash: 5965ab8334
|
5 years ago |
VirtuallyChris
|
8cbf7ec36c
|
Add 2017 Lexus RX engine fw
old-commit-hash: f25d807111
|
5 years ago |
Comma Device
|
34293f1404
|
qcom2 needs cc conversion (#2125)
old-commit-hash: b94b435387
|
5 years ago |
Dean Lee
|
f57c4d3052
|
camerad: close file descriptors (#2065)
* close file descriptors
* fix struct indent
* add some new lines
old-commit-hash: 9f34d1ff66
|
5 years ago |
Willem Melching
|
80c86e35e4
|
SConstruct better tici detection
old-commit-hash: af66dae7e2
|
5 years ago |
Dean Lee
|
f5ec24f42f
|
Params: use a multiple-reader / single-writer flock to improve concurrency (#2207)
* improve concurrency: multiple readers, single writer locks
* remove lock in read_db_value
old-commit-hash: 4fba3408c4
|
5 years ago |
qadmus
|
b48d1823e9
|
remove unused globals, use self.reset() (#2220)
Co-authored-by: user <email@web.com>
old-commit-hash: 254814cc79
|
5 years ago |
Willem Melching
|
f275d06ff2
|
tici: fix ui rotation (#2222)
* fix rotation using wayland
* put back intrinsic matrix fix
old-commit-hash: 53e71f44ce
|
5 years ago |
VirtuallyChris
|
ecbdefa7f5
|
Add 2020 Honda Odyssey fw
old-commit-hash: d9f43388fb
|
5 years ago |
VirtuallyChris
|
09b9c8e284
|
Lexus CT Hybrid needs LSS
old-commit-hash: 9856e42bfe
|
5 years ago |
HaraSchafa
|
c5fb6ab8c5
|
bump laika
old-commit-hash: 58880953e2
|
5 years ago |
ZwX1616
|
7d522ba870
|
fix dmonitoringmodeld random high CPU usage (#2216)
* exp attempt1
* attempt2 less hacky
old-commit-hash: da147b2534
|
5 years ago |
Adeeb Shihadeh
|
bbf6042c5a
|
fix unused dt entry on android (#2160)
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 9418b710a7
|
5 years ago |
VirtuallyChris
|
f374da3da2
|
All Insight trims have Honda Sensing
old-commit-hash: 91c32b152a
|
5 years ago |
Adeeb Shihadeh
|
6f96ed3c59
|
remove unused alert
old-commit-hash: cdcf235025
|
5 years ago |
VirtuallyChris
|
fc9472109c
|
Make readme consistent
old-commit-hash: c8ead73d05
|
5 years ago |
Adeeb Shihadeh
|
12b7a29d06
|
Improved updater robustness (#2046)
* git ping
* cleanup overlay init
* separate update available check from fetch
* cleanup setting params
* only fetch neos update on android
* move that
* type hints
* lightweight update check with git ls-remote
* git fetch dry run
* cleanup
old-commit-hash: 722a440eb6
|
5 years ago |
grekiki
|
079f409e58
|
Uploader speedup (#2214)
* use caching for getxattr
* fix some git issues
* Scheduled network checks
* attempt optimization
* Delete speed_test.py
* Style fixes
* Fix styling
* fix spaces
* fix spaces
* fix naming
* Update uploader.py
* Update mark_all_uploaded.py
* Add file to release
* Update selfdrive/loggerd/tools/mark_all_uploaded.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: cf46de13d2
|
5 years ago |
Willem Melching
|
e17440c9a7
|
bump cereal
old-commit-hash: afdb4ce61e
|
5 years ago |
VirtuallyChris
|
7caf7821c8
|
Fix Highlander order in readme
old-commit-hash: 170e75911b
|
5 years ago |
VirtuallyChris
|
3f174ec2d2
|
Pilot 2019 is same platform as 2016-18
old-commit-hash: c47b433562
|
5 years ago |
Erich Moraga
|
53d7a9b2e1
|
Add CAR.RAV4H_TSS2 ESP f/w (#2213)
@kranzler#5198 2020 RAV4 Hybrid DongleID 9f13dd7cadc3591e
https://discord.com/channels/469524606043160576/524327905937850394/757632175318368316
old-commit-hash: 170d19a2e1
|
5 years ago |
Dean Lee
|
a7c8adcdbe
|
read bool param with read_db_bool (#2205)
* read bool param with read_db_bool
* Update selfdrive/loggerd/loggerd.cc
Co-authored-by: Willem Melching <willem.melching@gmail.com>
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 0e5a5efffc
|
5 years ago |
Willem Melching
|
8ee4ac45fe
|
tici: BMX055 magnetometer& temperature sensor (#2212)
* BMX055 Magnetometer support
* add temp sensor
old-commit-hash: f55e79e46a
|
5 years ago |