Willem Melching
d08b56317f
Go to dashcam mode if locked out, fixes #1109
5 years ago
Comma Device
9a50e0445a
add program dumping to opencl hooks
5 years ago
George Hotz
774912075a
hook opencl to profile SNPE ( #1249 )
...
* hook for snpe speed
* hook works
* prints kernel names
* add timing to hook
* clean up printing
Co-authored-by: Comma Device <device@comma.ai>
5 years ago
Willem Melching
12ff088b42
Fix kernel logging in logcatd, fixes #957
5 years ago
Willem Melching
ef73582a0f
print boottime in filter_log_message.py
5 years ago
Willem Melching
e69e0486ff
camerad zmq_poll, also recover from EAGAIN
5 years ago
Willem Melching
7cd2c4c18f
Check IsTakingSnapshot is not set before starting snapshot
5 years ago
Willem Melching
58ab243bdb
Add CAMRYH firmware versions
5 years ago
HaraldSchafer
af5f99d7cf
fade ll out and in ( #1246 )
...
* fade ll out and in
* bug fixes
* pretty important fixes
* safer in case model misses desire input
* Safer float compares
Co-authored-by: Willem Melching <willem.melching@gmail.com>
5 years ago
Willem Melching
9a2066fc3a
Travis -> GH actions
5 years ago
Willem Melching
f7164d0894
Add missing 1872 and 1880 to RX_TSS2 fingerprint
5 years ago
Willem Melching
a4c94128c2
No logging on EINTR, and log all the errnos
5 years ago
Willem Melching
439b4625b6
Add logging to poll EINTR handling, add another catch in camerad/main.cc
5 years ago
Willem Melching
7669a783d6
Camerad add errno logging, and continue on EINTR
5 years ago
Harald Schafer
e0e92dd141
update keras
5 years ago
Andrew Valish
0aafd67b56
fix sidebar shadow in network settings ( #1245 )
5 years ago
Willem Melching
a258f1c2e4
Add TSS2 RAV4 EPS fw version
5 years ago
bartziengs
7def4f5f7e
Link post about externalization in CONTRIBUTING.md ( #1244 )
5 years ago
Erich Moraga
a57a7637d8
Corrected years for Prii w/ good steering sensor ( #1242 )
...
This was already noted in PR#1198 comments by @suspi ...
https://github.com/commaai/openpilot/pull/1198
5 years ago
Willem Melching
d34e0647fd
Mention VW torque in releases
5 years ago
Willem Melching
35bb8c2afe
Update releases
5 years ago
Willem Melching
6e7d64a310
Only log crashes on comma two/EON
5 years ago
Chris Souers
035397cd31
Adds 2016 CR-V Executive (Euro version of Touring trim) ( #1097 )
...
Co-authored-by: Ted Slesinski <ted_slesinski@epam.com>
5 years ago
Willem Melching
58a9a858b6
Update release notes
5 years ago
HaraldSchafer
628e7e6968
stricter calibration requirements ( #1227 )
...
* stricter requirements
* update refg
Co-authored-by: Willem Melching <willem.melching@gmail.com>
5 years ago
Harald Schafer
6e7bb9cdde
6f9039be-5ae6-484d-8c01-b0bf3164f15d/270 keras still outdated, will fix
5 years ago
Willem Melching
10c3494bc9
add TOYOTA CHR fw versions
5 years ago
Willem Melching
7b1b0ba115
Add TOYOTA PRIUS engine FW
5 years ago
Willem Melching
15dd65d8fc
Add TOYOTA COROLLA HYBRID TSS2 2019 esp FW version
5 years ago
rkeulemans
d4ff42262a
Update linting script names in CONTRIBUTING.md ( #1237 )
5 years ago
Willem Melching
af742a8c15
live_cpu_and_temp flag to show cpu usgage per process
5 years ago
ZwX1616
0608b99cd0
rear not front
5 years ago
Willem Melching
6be97f6396
Don't build all the kalman filters on the phone
5 years ago
ZwX1616
9362b7eacf
log focus state
5 years ago
Andre Volmensky
6b3ff455e2
Nissan lane change ( #1236 )
...
* Scaled LKAS_MAX_TORQUE based on dbc change
* Bump opendbc
5 years ago
Willem Melching
e28832b359
EKF global variable support ( #1230 )
...
* Add global variables to kalman filter code
* fix linter
5 years ago
Willem Melching
65ad31a7e4
Small thermald cleanup
5 years ago
rbiasini
2338ff9790
upd panda ( #1235 )
5 years ago
Willem Melching
768f08e129
add honda pilot 2019 to test car models
5 years ago
ZwX1616
68e35a6a98
dmonitoring model 2ad118ee
5 years ago
rbiasini
093d6cb5ff
Fingerprint cleanup ( #1231 )
...
* upd panda and opendbc
* Delete unnecessary fingerprints, fix RavH occasional test issue, re-enable test error for overlapping fingerprints within the same candidate
5 years ago
Andrew Valish
fa7abadc80
filter ublox packets for sidebar ( #1233 )
5 years ago
Andre Volmensky
e0227c9a1d
Added LKAS HUD line detection/steer status/hand on wheel warning ( #1225 )
5 years ago
rbiasini
cc29999960
upd panda and opendbc ( #1228 )
5 years ago
robbederks
992be20d63
Offroad power monitoring ( #1067 )
...
* Untested implementation of offroad power monitoring
* Fixed some syntax errors
* Cast to int
* Fixed pylint
* Wrapped in class
* Put pulsed calc in own thread
* Longer timeout before starting pulse measurement
* Fudge factor + flake8
* Made integration thread-safe and catch charge disable exceptions
* Catch all calculation errors
* Fixed networkstrength removal
5 years ago
ZwX1616
5eeb8a0e02
typos
5 years ago
Andrew Valish
5ba6beed17
Refactor frame ( #1192 )
...
* start drawing new sidebar, add assets
* add thermal to ui, draw network_type and battery
* draw sidebar metrics, add freeSpace and paTemp
* draw static panda metric and network strength, start ubloxGnss messaging
* use array for network_img
* start sidebar touch events
* prevent multiple touch events with touch_timeout
* filter old touches, isolate sidebar events
* add hwType check with timeout for panda metric
* cleanup touch poll, handle vision touch, remove frame and black apks
* cleanup per willem comments
* update offroad, only read active_app from cereal
* tweak sidebar behavior, show active app status
* update offroad apk
* read networkstrength from thermal in sidebar
5 years ago
Andrew Valish
8eff974a41
revise wifi signalstrength dumpsys query ( #1224 )
...
* revise wifi signalstrength dumpsys query
* cleaner index search per willems comment
* cleaner index search per willems comment
5 years ago
Andy Haden
263e5ce0b1
bump cereal for qlog radarState
5 years ago
Willem Melching
2abc1a299f
Use calibrated reference frame instead of device frame
5 years ago