Dean Lee
ff7d537c96
fix problem with drawing path ( #19670 )
...
old-commit-hash: d0ba19fedb
4 years ago
Adeeb Shihadeh
84255f7c0d
fix race condition with encoder thread
...
old-commit-hash: e3d2f0c88c
4 years ago
Greg Hogan
a342b68304
hyundai: increase number of resume messages sent at a time ( #19634 )
...
* make hyundai resume reliable
* typo
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 97bfd91955
4 years ago
Greg Hogan
6449aa05ac
hyundai: update palisade tuning ( #19606 )
...
* update palisade tuning
* remove steerRatio change
old-commit-hash: 235172bdb1
4 years ago
Dean Lee
5e557ed96d
common exit handler ( #19661 )
...
* common signal handle
* fix typo
* rename to ExitHandler
* remove include signal.h
* remove include csignal
* rename variable exit to v
* rebase master
old-commit-hash: 86fe2d1697
4 years ago
Adeeb Shihadeh
0fdc9af349
tici loggerd fixes ( #19622 )
...
* fix encoder exit when encoder is uninitialized
* cleanup
* more cleanup
* more cleanup
* little more
* ptr
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 54679cea58
4 years ago
thn3088
57020473a4
2018 Lexus RX350 fw ( #19667 )
...
Added fingerprint ecu values for 2018 Lexus RX350 for engine and esp.
old-commit-hash: 8e6b8cdd4c
4 years ago
Adeeb Shihadeh
3b2d64fddb
make android logcat exit cleanly ( #19666 )
...
* make android logcat exit cleanly
* clean up cpu usage script
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: a399ec530d
4 years ago
Adeeb Shihadeh
d89bb8b29c
setup clang tidy ( #19533 )
...
* setup clang tidy
* config
* some cleanup
* little more
* remove that
* fix qcom build
old-commit-hash: 87950eb312
4 years ago
Willem Melching
4861ec6f81
bump opendbc
...
old-commit-hash: bd8fbe15bf
4 years ago
Dean Lee
4765ba9478
cleanup draw alert ( #19655 )
...
* cleanup
* use Rect
* Revert "use Rect"
This reverts commit 96d04339a0
.
* remove None from static map
old-commit-hash: 20918d82b6
4 years ago
Willem Melching
e1425ec267
Revert "bump opendbc"
...
This reverts commit 42e1093fef0c0232518fa7d9b7e39eb3ea67f5de.
old-commit-hash: d71fede2f9
4 years ago
Willem Melching
f4c0cdd6f2
bump opendbc
...
old-commit-hash: 91efc11ee5
4 years ago
Dean Lee
041db30454
refactor ui_draw_image ( #19656 )
...
old-commit-hash: 30c1164287
4 years ago
Dean Lee
b1b5baf5e9
shorten variable name ( #19659 )
...
old-commit-hash: 170ece1ddd
4 years ago
Igor
2e1a48b938
Toyota interface.py refactor. Move default long tune before candidate check. ( #19652 )
...
old-commit-hash: d632cddabb
4 years ago
Adeeb Shihadeh
207bc43a9b
add camry h port to release notes
...
old-commit-hash: 793f179322
4 years ago
alancyau
5363234758
Car Port: 2021 Camry Hybrid TSS 2.5 ( #19649 )
...
* Add 2021 Camry Hybrid FW
* Fixed
* update
* update
* update
* fpv1
* Update README with 2021 Camry Hybrid
* Test route added test_car_models.py
* fix merge conflict
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: ff0be15bbc
4 years ago
Adeeb Shihadeh
bc9891b651
external cleanup ( #19647 )
...
* remove external
* put back ffmpeg for now
old-commit-hash: 1669e4a5d1
4 years ago
Willem Melching
73e04b8164
Fix macOS CI ( #19646 )
...
* fix macOS ci
* no partial matches
* Change key
old-commit-hash: 278a838231
4 years ago
Philipp Braun
d572cd31cb
ui.py: white text on graphs ( #19636 )
...
* Improve readability and add automatic size detection
* Fix global variables
* Revert angle scale
* Revert enabled and brake colors
* Fix used colors
old-commit-hash: 5ce479cc56
4 years ago
Willem Melching
8e706e29d6
update CI routes, add back destination key
...
old-commit-hash: 5b7d7622bf
4 years ago
slavka89
99d981069d
Update values.py ( #19644 )
...
added new ecu.engine. for highlander_tss2
old-commit-hash: 986c8e0635
4 years ago
Dean Lee
bbfb751d69
Replace usleep with util::sleep_for ( #19643 )
...
* replace usleep with sleep_for
* sleep microseconds
* sleep nanoseconds
* Trigger Build
old-commit-hash: c1cf0882bd
4 years ago
Dean Lee
df0435c933
simplify logcatd ( #19640 )
...
* simplify logcatd
* add assert
* revert opendbc
* revert opendbc
old-commit-hash: 6104e4c09e
4 years ago
Dean Lee
9864456618
simplify ui_draw_vision_maxspeed ( #19642 )
...
if is_curise_set
old-commit-hash: f232f86a73
4 years ago
cydia2020
b63ef5fb93
adaptive cruise can no longer be bypassed on toyota ( #2708 )
...
* adaptive cruise can no longer be bypassed on toyota
* remove TODO
old-commit-hash: 378b052343
4 years ago
Dean Lee
9d0efaaccf
UI: simplify ui_draw_vision_speed ( #19594 )
...
* simplify draw_vision_speed
* use std::nearbyint
* use std::to_string
old-commit-hash: ba4fb80e92
4 years ago
Willem Melching
09834bb41b
bump opendbc: add pacifica cruise state signal
...
old-commit-hash: fbc8fc53eb
4 years ago
Dean Lee
5e30b23c58
UI: reducing CPU usage from 13% to 4% when offroad ( #19575 )
...
* Accurately control the UI frequency
* helper function sleep_for
old-commit-hash: a4afc03a73
4 years ago
Dean Lee
f71bf83946
refactor qlog_counter ( #19626 )
...
old-commit-hash: 041fbbf725
4 years ago
Dean Lee
23a52deb5b
max_idx should be initialized as -1 ( #19625 )
...
old-commit-hash: 37a43124c0
4 years ago
Willem Melching
40a74fe136
round close button
...
old-commit-hash: 493937d2d9
4 years ago
Willem Melching
17280ef5ef
offroad alerts: put back reboot button
...
old-commit-hash: 0cf3da17be
4 years ago
Willem Melching
9407ec9cfb
Nicer blue/red colors offroad alert button
...
old-commit-hash: 250f285894
4 years ago
Dean Lee
6d729af2f9
fix thread safety issue in camera focusing ( #19576 )
...
old-commit-hash: 06e3b1e445
4 years ago
Dean Lee
3fa5602f75
should not break if poll timeout ( #19578 )
...
old-commit-hash: 37826c0032
4 years ago
Adeeb Shihadeh
ce15e58010
add lexus esh port to release notes
...
old-commit-hash: f6050942b0
4 years ago
Mohammed Nasir
de831ae9e3
Car Port: Lexus ESH 2018 ( #19624 )
...
* add support for Lexus ES300h 2018
* reusing CT200h DBC
* skipping route test for now
* Update values.py
* Update values.py
* added fingerprint 2.0
* added test route
* disabling test for now
* reenabled route test
* fixes
* readability
* syntax fix
* Update carstate.py
* Update carstate.py
old-commit-hash: 5696880ebe
4 years ago
Adeeb Shihadeh
9abcc61ddb
cleanup mac build CI job
...
old-commit-hash: 330f34bd0d
4 years ago
Mayfield
dc72980c83
Make macos ci homebrew dep-caching fast ( #19632 )
...
* try out /usr/local for homebrew caching
* TEMP: disable non-macos jobs
* TEMP: disable more
* sizes
* temp: nothing change
* more
* try -1
* quotes
* delete existing downloads
* fix ~ expansion
* nothing
* try caching cellar
* move to yaml
* nothing
* nothing
* asdf
* nothing
* fixed cache key
* nothing
* stay in home dir
* keep zstd
* brew link
* fix cleaning?
* brew link in yaml
* fix zstd exclusion
* capnp
* revert mac_setup
* finish up
* done
old-commit-hash: cbc25cc0f1
4 years ago
Dean Lee
0ac1e659da
UI:shorten variable name ( #19633 )
...
old-commit-hash: 0c4e2fadc8
4 years ago
Adeeb Shihadeh
78999e61f9
fix LGTM C++ extraction ( #19630 )
...
old-commit-hash: 75774b817f
4 years ago
Adeeb Shihadeh
1362886a60
disable cpu usage test until CAN replay hw is fixed
...
old-commit-hash: a01a2ecc24
4 years ago
Adeeb Shihadeh
c64a8356fe
move to github container registry + CI speedup ( #19621 )
...
old-commit-hash: 59d7c5e64a
4 years ago
Adeeb Shihadeh
c1042b848e
another update_ci_routes fix
...
old-commit-hash: 309384e2f7
4 years ago
Adeeb Shihadeh
1eb2e651f0
update CI route sync script for new version of azcopy
...
old-commit-hash: 35fbb9d097
4 years ago
Comma Device
fb17404dda
square looks better
...
old-commit-hash: 3e34b67715
4 years ago
Comma Device
a8a05ce4fb
sensord is only a persistent process for C2
...
old-commit-hash: cd35e3c2fe
4 years ago
Adeeb Shihadeh
e580b248b6
tici: fix backlight timer interval
...
old-commit-hash: 0300eb3849
4 years ago