Commit Graph

8078 Commits

Author SHA1 Message Date
ZwX1616 2153bfe27a camerad: minor ae improvement to OX (#26566) 2022-11-23 13:08:04 -08:00
Dean Lee 6dec92df43 Cabana: fixed form glitches (#26587)
fix visual glitches
2022-11-23 09:48:24 -08:00
Shane Smiskol 059e4f5730 Toyota: always log cruise standstill (#26586)
these cars def are in cruise standstill, no sense to not log
2022-11-22 23:43:23 -08:00
Shane Smiskol 13cdddc6c8 Toyota: whitelist FW queries (#26584)
whitelist toyota
2022-11-22 22:28:11 -08:00
Harald Schäfer c1e7bed061 Navd map renderer: update to larger image (#26580)
* rerender 512

* rerender 512

* Removed unnecessary code

* rgb -> grayscale

* Add constants

Co-authored-by: mitchellgoffpc <mitchellgoffpc@gmail.com>
2022-11-22 20:20:58 -08:00
Jason Young 636ff5979f VW MQB: Redundant brake pressed signals (#26401)
* VW MQB: Redundant brake pressed signals

* retry CI

* update refs

* update refs

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-11-22 16:18:42 -08:00
Shane Smiskol 9fdbe9f397 GM Cam: log when cruise not adaptive (#26581)
* bump opendbc

* log when nonAdaptive

* Update ref_commit
2022-11-22 15:18:10 -08:00
Dean Lee 4662f1e0be Cabana: auto theme, detect from system. (#26563)
* auto theme

* cleanup

* get font color from ForegroundRole

* fix label color

* add padding for header

* smaller warning icon

* fix bg of binary view

* hightlight after init
2022-11-22 14:23:49 -08:00
Adeeb Shihadeh 7361d1a11b process replay: support old routes with no peripheralState 2022-11-22 11:46:28 -08:00
YassineYousfi ceb94f1bcd Revert "Albert Einstein Model" (#26576)
Revert "Albert Einstein Model (#26456)"

This reverts commit 34c80a6fbd.
2022-11-22 11:41:22 -08:00
Adeeb Shihadeh 65fa87a969 cleanup panda types everywhere (#26574)
* cleanup panda types everywhere

* one more
2022-11-21 23:43:24 -08:00
Adeeb Shihadeh e9dcabcef7 boardd: end peripheral panda discrimination 2022-11-21 23:13:41 -08:00
Adeeb Shihadeh 8ee07def5c jenkins: set hostname on startup 2022-11-21 21:18:35 -08:00
Adeeb Shihadeh c0c94b4961 bump panda 2022-11-21 20:32:23 -08:00
Shane Smiskol 1367f84425 Car docs: add a make-specific init function (#26565)
* add a hook function for makes to implement custom docs logic

* don't need this

* use the pre-defined list for honda's harnesses

* one line 😎

* Update selfdrive/car/docs_definitions.py

* i didn't know you didn't need a pass!

* don't change docs order
2022-11-21 18:01:08 -08:00
Adeeb Shihadeh 4478241bea spi goes on boardd core 2022-11-21 17:17:36 -08:00
Shane Smiskol 23a7a987f6 controlsd: add test around cruise speed gas pressed behavior (#26486)
* test

* test

* debug

* test

* test

* test

* clean up

* clean up

* add test

* stash

* clean up

* clean up

* clean up

* assert equal
2022-11-21 17:05:13 -08:00
Erich Moraga be3d6527ad Add missing HIGHLANDERH_TSS2 ABS & engine f/w (#26534)
`@shakir07#1323` 2020 Highlander Hybrid  DongleID/route ce56baaf82559131|2022-11-16--23-54-01
2022-11-21 16:22:01 -08:00
Adeeb Shihadeh 94aa39bdd4 enable experimental longitudinal control on devel (#26544) 2022-11-21 16:18:51 -08:00
Adeeb Shihadeh 548888d634 docs: update Toyota DSU footnote (#26568) 2022-11-21 15:59:42 -08:00
martinl 62ad278829 Add FPv2: 2022 Subaru Outback Wilderness (#26540)
Add FPv2: 2022 Outback Wilderness / @valtou
2022-11-21 15:34:20 -08:00
AlexandreSato 5402e02785 Lexus UX Hybrid 2020 Fingerprint (#26551)
Lexus UX 2020 Fingerprint alex.takeda@gmail.com
2022-11-21 15:28:34 -08:00
YassineYousfi ded66e6307 long_mpc: fix e2e source condition (#26546)
* fix long_mpc source param

* rm print

* add back space for formatting
2022-11-21 15:25:23 -08:00
ambientocclusion 5b8f0db3e5 Multilang: add missing Japanese translations (#26556)
* Add missing Japanese translations

* Update some words
2022-11-21 15:23:02 -08:00
protonchang 96c9b8c50e Update CHT translations (#26537)
* Add missing translations
* Fix some CHS -> CHT wording
2022-11-21 10:48:30 -08:00
Dean Lee efbfbc0622 Cabana: display dashes if no value available (#26557)
show dot if no value
2022-11-21 10:48:19 -08:00
Dean Lee 7b46928fc9 Cabana: fix auto zoom y-axis for multiple line series (#26558)
auto zoom y-axis for multiple series
2022-11-21 10:48:08 -08:00
Dean Lee 2b4b0cc67f Replay: fixed the freq of video and events are unstable after changing the replay speed (#26559)
fix freq is unstable after changing the replay speed
2022-11-21 10:47:58 -08:00
Dean Lee 89eeb72dbd Cabana: update chart and video position (after a click) in pause mode (#26560)
update chart and video position (after a click) in pause mode
2022-11-21 10:47:47 -08:00
Dean Lee de443d30b3 Cabana: 'edit-find' icon is not avaible on some platforms (#26561)
Fixed edit-find icon is not avaible on some platforms
2022-11-21 10:47:36 -08:00
Dean Lee 17b1839e0a Cabana: faster align charts, visual glitches removed. (#26543)
* faster adjust chart margins

* delay adjust

* update foreground after set margins

* set display range on create

* fix init display_range

* common function updateDisplayRange

* set min max to 0 if no values

* fix axis y

* use mapToValue

* cleanup

* get minmax from series

* cleanup

* cleanup eventsMerged

* cleanup include
2022-11-20 13:23:59 -08:00
Igor Biletskyy 5b8aed2ebf body: fix UDS reqests (#26552)
* bump body

* add new fw version
2022-11-20 11:44:04 -08:00
Adeeb Shihadeh 649663e06d body: add can fingerprint (#26548) 2022-11-19 14:45:34 -08:00
Adeeb Shihadeh c3822bddda bump to 0.9.1 2022-11-19 14:43:20 -08:00
AlexandreSato 0b79ba8acb Multilang: Update pt-BR translations (#26549)
* update pt-BR translations

* fix some cutoff texts

* update pt-BR translation
2022-11-19 14:20:41 -08:00
YassineYousfi 34c80a6fbd Albert Einstein Model (#26456)
* d0bc247d-9529-4e50-a5dd-95a8a5733874/440 38fb1ce9-18d7-4292-9ffd-678f8483ebf4/700

* update model replay ref commit
2022-11-18 17:50:24 -08:00
Dean Lee 9c815c2081 Cabana: draw line marker in drawForegound (#26542)
draw line marker in drawForegound
2022-11-18 10:25:11 -08:00
Dean Lee 37ad8f4f3f Cabana: support for multiple series in chart (#26538)
* customize axis x & y

* new function chartView::addSignal

* support multiple series in chartView

* more

* show legend

* update changed signals only

* fix z value

* cleanup

* limit trake line in plot area

* display signal name in value_text

* &nbsp

* fix axis y

* add spaces

* cache min max value for axis y

* cleanup

* better values text

* remove force_update
2022-11-17 10:52:04 -08:00
Tim Wilson 187f8c177a Add video_link for GMC Sierra (#26506)
* Add video_link for GMS Sierra

* fix precommit

Co-authored-by: Shane Smiskol <shane@smiskol.com>
2022-11-17 02:03:13 -08:00
Dean Lee 66edb15b8f Cabana: improve binary view (#26525)
* improve

* set minimum width

* click signal to open&hide form

* disable vertical header's click
2022-11-16 15:51:05 -08:00
Willem Melching 2cd1571f4a Discover Qt paths using qmake (#26501)
* discover qt paths using qmake

* fix device build

* use subprocess.check_output
2022-11-16 15:45:28 -08:00
Dean Lee b6de850dd7 Cabana: save & restore splitter state (#26526)
save & restore splitter state
2022-11-16 15:45:08 -08:00
Dean Lee e3c913bfa1 Cabana: sort signal by start bit and keep cursor position after save (#26529)
sort signals by start bit and keep cursor position after save
2022-11-16 15:43:49 -08:00
Shane Smiskol c3e2d35963 offroad ui: update chill mode icon (#26523)
* Add files via upload

* Add files via upload

* Delete thick couch.svg

* Rename img_couch.svg to img_couch_old.svg

* Rename thickerer couch.svg to img_couch.svg

* Add files via upload

* Rename img_couch.svg to img_couch_alt.svg

* Rename best couch.svg to img_couch.svg

* delete old files
2022-11-16 14:20:00 -08:00
Willem Melching 8f9f015567 add missing <QPainterPath> include (#26520) 2022-11-16 09:25:36 -08:00
Lee Jong Mun e79a384a9b Multilang: kor translation update (#26522) 2022-11-16 09:13:41 -08:00
Willem Melching e099e42147 cabana: default factor to 1 (#26521) 2022-11-16 09:12:31 -08:00
Oxygen fe2368c9eb Updated main_zh-CHS.ts (#26524) 2022-11-16 03:11:45 -08:00
Shane Smiskol d8bc69c788 Multilang: add missing translations (#26519)
* add back missing japanese translations that haven't been changed

* other languages

* fix
2022-11-15 23:52:47 -08:00
Shane Smiskol 1899d439f4 Multilang: refactor experimental description (#26518)
* refactor e2e description

* forgot to update
2022-11-15 23:11:53 -08:00