Dean Lee
c57f576436
system/ui: fix FPS drop issues ( #35220 )
...
set VSYNC flag only when the env is set
2025-05-14 14:49:47 +01:00
Cameron Clough
92e27f0ba2
fix .editorconfig
2025-05-14 14:34:11 +01:00
Maxime Desroches
997a99926c
ci: overwrite previous comment for model_replay ( #35209 )
...
* less
* test
* fix
* cleanup
2025-05-13 21:06:30 -07:00
Maxime Desroches
3fd05d2ace
more robust modem
2025-05-13 21:05:17 -07:00
Kacper Rączy
f242b1e88a
lagd: remove saved param if mismatch ( #35217 )
...
Remove LiveDelay on mismatch
2025-05-14 03:18:14 +00:00
Kacper Rączy
cbec1886e7
paramsd: remove saved param if mismatch ( #35215 )
...
remove LiveParametersV2
2025-05-14 02:26:28 +00:00
Trey Moen
bdffd34088
feat(clip): support metric units if requested ( #35213 )
2025-05-13 19:23:36 -07:00
Kacper Rączy
1a3e342303
ui: reset live parameters and delay when reset calibration pressed ( #35211 )
...
* Reset params and lag too
* Old param too
2025-05-14 02:22:44 +00:00
Trey Moen
98c4a4582b
chore: reformat clip params for extension ( #35212 )
2025-05-13 18:56:13 -07:00
commaci-public
77c35f8e5d
[bot] Update Python packages ( #35214 )
...
Update Python packages
Co-authored-by: Vehicle Researcher <user@comma.ai >
2025-05-13 18:55:58 -07:00
Adeeb Shihadeh
9d7fce8dd1
CI: bump tinygrad in cronjob
2025-05-13 18:48:21 -07:00
Adeeb Shihadeh
d0bf2be6f0
External GPU support for big models ( #35172 )
...
* usb gpu
* cleanup
---------
Co-authored-by: Comma Device <device@comma.ai >
2025-05-13 17:12:32 -07:00
Shane Smiskol
478015e788
typo
2025-05-13 17:04:16 -07:00
Adeeb Shihadeh
67486ff92d
bump tinygrad ( #35208 )
...
* bump tinygrad
* fix
* why is mac different?
* fix sim
* relax that
2025-05-13 16:59:35 -07:00
infiniteCable2
7a8ac9d7c9
Update opendbc_repo
2025-05-13 23:50:06 +02:00
Adeeb Shihadeh
313ede3d1e
Update NDOG live ( #35205 )
...
* no alt exp
* live
* fix
* update res
2025-05-13 14:48:40 -07:00
infiniteCable2
0157bfce2a
Update opendbc_repo
2025-05-13 23:46:50 +02:00
Maxime Desroches
3d696c0f90
jenkins: remove logs during setup
2025-05-13 13:34:54 -07:00
infiniteCable2
14026033bc
Update opendbc_repo
2025-05-13 19:44:54 +02:00
Eric Brown
480cc57da3
Pass args to op auth ( #35202 )
2025-05-13 09:32:33 -07:00
infiniteCable2
234fd67295
Update opendbc_repo
2025-05-13 17:04:47 +02:00
Dean Lee
73ff9dc944
system/ui: add require_full_screen to WifiManagerUI ( #35191 )
...
add require_full_screen to WifiManagerUI
2025-05-13 14:34:17 +01:00
Dean Lee
896dabb190
system/ui: add right-side text eliding to gui_label ( #35201 )
...
add optional right-side text eliding to gui_label
2025-05-13 14:31:50 +01:00
infiniteCable2
e9443b3579
fix iso limitting
2025-05-13 14:31:47 +02:00
Robbe Derks
15a567ffee
bump panda
2025-05-13 13:03:31 +02:00
Shane Smiskol
8473774b65
process replay: add Tesla route ( #35199 )
...
* add tesla
* update refs
* run tesla on more procs
* update refs
2025-05-12 21:18:51 -07:00
Shane Smiskol
3f724400c5
Tesla: check checksums in safety ( #35198 )
...
bump
2025-05-12 21:15:43 -07:00
Trey Moen
6b4436b980
feat(clip): font from selfdrive/assets ( #35194 )
...
* feat(clip): find font dynamically
* check font path as part of validating environment
* from testing
* use font from assets
* no mas
2025-05-12 19:49:37 -07:00
Trey Moen
51ab7ec8f5
feat(clip): ffmpeg improvements to reduce frame skips ( #35196 )
...
* test
* no benefit with two pass
* rm
* typo, testing
* re-add
2025-05-12 18:56:13 -07:00
Shane Smiskol
2e5014d793
Tesla: check counters and checksums in car interface ( #35195 )
...
bump
2025-05-12 17:23:58 -07:00
Dean Lee
b5545a6736
system/ui: confirm dialog always opens in fullscreen mode ( #35192 )
...
confirm dialog always opens in fullscreen mode
2025-05-12 22:00:18 +01:00
infiniteCable2
d6f6fc21ac
Update opendbc_repo
2025-05-12 22:56:20 +02:00
commaci-public
b2d414cc8b
[bot] Update Python packages ( #35187 )
...
Update Python packages
Co-authored-by: Vehicle Researcher <user@comma.ai >
2025-05-12 13:01:29 -07:00
infiniteCable2
5df7a64c5e
Update opendbc_repo
2025-05-12 21:42:46 +02:00
infiniteCable2
c9ff1e7017
Update opendbc_repo
2025-05-12 21:22:06 +02:00
Dean Lee
ce4fda1f92
system/ui: add minimum WIFI password length validation ( #35190 )
...
* add minimum WIFI password length validation
* add min text size to keyboard
* disable enter if text size<min size
* add MAX_PASSWORD_LENGTH
* disable enter key
* set min_text_size for demo
2025-05-12 19:01:25 +01:00
infiniteCable2
f7cf499375
Update opendbc_repo
2025-05-12 19:40:45 +02:00
Dean Lee
8c995ab26d
system/ui: implement CameraView widget ( #35185 )
...
* initial commit
* run at 60hz, nonblock
* graceful cleanup
* re-position
* rename
---------
Co-authored-by: Cameron Clough <cameronjclough@gmail.com >
2025-05-12 17:32:20 +01:00
Trey Moen
98dba943b2
feat(clip): add timestamp onto clip ( #35182 )
...
* feat(clip): add timestamp onto clip
* same font size as title
* revert
* just declare it here, and add comments
2025-05-12 09:30:01 -07:00
Dean Lee
02125f6862
system/ui: fix cursor position in inputBox mouse click handler ( #35189 )
...
fix cursor position in inputBox mouse click handler
2025-05-12 16:59:00 +01:00
Cameron Clough
43054a56c2
system/ui: fix tethering ssid ( #35188 )
...
system/ui: fix tethering ssid when no params
2025-05-12 15:39:48 +01:00
Cameron Clough
59fbeb6070
system/ui: keyboard demo script
2025-05-12 15:28:36 +01:00
Dean Lee
2b32325be1
system/ui: Full-Featured InputBox Component ( #35178 )
...
custom input box component
2025-05-12 15:21:12 +01:00
infiniteCable2
b0f3565cfb
Update opendbc_repo
2025-05-12 16:09:27 +02:00
infiniteCable2
f1dc94199b
Update opendbc_repo
2025-05-11 21:16:06 +02:00
Adeeb Shihadeh
35dbdf9124
raylib: fwd everything to cloudlog
2025-05-11 11:08:50 -07:00
Dean Lee
e62b6a38e9
system/ui: set keyboard to use full window area ( #35181 )
...
set keyboard to use full window area
2025-05-11 11:06:04 -07:00
Dean Lee
bfadab078e
system/ui: set log level to WARNING to reduce noise ( #35180 )
...
* set log level to WARNING to reduce noise
* custom callback handling for raylib logs
2025-05-11 11:05:59 -07:00
Harald Schäfer
e9cea3ae5c
Revert TR again ( #35179 )
...
Revert "Tomb Raider 7 (#35114 )"
This reverts commit 0fb4aafa35 .
2025-05-11 08:24:46 -07:00
infiniteCable2
8ed31bfa2b
Update opendbc_repo
2025-05-11 17:12:41 +02:00