Commit Graph

8067 Commits

Author SHA1 Message Date
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
Shane Smiskol
58b84fb401 ui: offroad experimental mode button (#26498)
* draft

* draft

* before qpushbutton

* icon, clean up button, clicked goes to toggles

* fix icon

* add imgs

* img

* make square

* works with layouts!

* fix gradient

* this looks good

* clean up

* clean up

* remove padding around couch

* use scene's experimental_model, new onroad design

* rename widget

* def want 3

* update translations

* add img

* add 25px of padding!

* make 300px (no change)

* clean up old images

* 5 px smaller

* add white img

* fix from merge

* no style sheets

* see how this looks on device

* aliased vertical line (clean up)

* clean up

* imgs

* couch

* delete

* bye bye

* expand toggle support

* clean up

* fix dynamic icon

* make exp icon dynamic

* order

* move to offroad
2022-11-15 22:18:26 -08:00
Dean Lee
73ec91f3bc Cabana: fix right panel layout after undocking charts (#26497)
* fix stretch

* set window title
2022-11-15 21:10:05 -08:00
Shane Smiskol
797c626984 ui: handle two dynamic toggle icon cases (#26517)
handles two cases
2022-11-15 21:07:11 -08:00
Shane Smiskol
62024176c6 ui: toggle control supports active icons (#26514)
* support active icons

* function

* fix crash if not setting icon but active icon

* revert

* clean up
2022-11-15 20:52:31 -08:00
Shane Smiskol
b3f75b0c5b ui: function for setting toggle confirmation settings (#26516)
function for setting confirmation settings
2022-11-15 20:46:42 -08:00
Adeeb Shihadeh
f2d97da9b4 jenkins: use tici-needs-can to build release 2022-11-15 20:14:35 -08:00
Vivek Aithal
3b71a9780d [torqued] Non-zero offline friction (#26513)
add non zero friction values
2022-11-15 19:45:15 -08:00
Adeeb Shihadeh
c6e3d566e9 update experimental mode disabled description 2022-11-15 19:24:12 -08:00
Dean Lee
97a205c94d UI: fix CameraView crash on deleting. (#26390)
* fix crash on delete

* TODO?

* after makeCurrent
2022-11-15 19:07:50 -08:00
Adeeb Shihadeh
f3efc8998c taco time 2022-11-15 18:49:52 -08:00
Vivek Aithal
d4fd0c3c87 [torqued] Make torqued work on Hyundai Tucson (#26511)
* changes to get offline values

* set tucon values

* move to params.yaml
2022-11-15 18:41:43 -08:00