Shane Smiskol
49c422e872
Tesla: fix angle control saturation ( #35256 )
...
* we shouldn't need this
* or this?
* stash junk
* hmm
* comment
* cc
* sadly we have to maintain behavior
* bump
5 days ago
Cameron Clough
da670108e7
system/ui: all font weights ( #35255 )
5 days ago
Cameron Clough
8097a92515
zipapp pack ( #35253 )
...
Used to ship python UI in agnos without an openpilot clone
* add a main method to target
* pack script
* validate inputs
* refactors
* copy into temp, dont keep this
* cleanup
* help messages
* rename to pack.py
* pack.py
* updates for device
* moar
* don't use cereal
* just log normally
* use importlib.resources
* revert
* Revert "don't use cereal"
This reverts commit 7208524d42
.
* fix cereal?
* cleanup
* Revert "cleanup"
This reverts commit 921edfe502
.
* cython hotfix
* Reapply "cleanup"
This reverts commit 9b54552f78
.
* more cleanup
* any script?
* slightly clearer
* rm print
* nothing python should use SVGs
---------
Co-authored-by: Trey Moen <trey@moen.ai>
5 days ago
Dean Lee
09fde3c3ad
system/ui: Use OPENPILOT_URL instead of google.com for network connectivity check ( #35254 )
...
check OPENPILOT_URL
5 days ago
Dean Lee
71e3fd7183
system/ui: use icon for special characters ( #35248 )
...
* use icon for special characters
* add icon for SHIFT_DOWN_KEY
6 days ago
Dean Lee
5babe18184
system/ui/setup: fix WiFi manager UI element overlap issues ( #35251 )
...
fix ui overlap issue
6 days ago
Cameron Clough
e9680a40bf
selfdrive/assets: generate keyboard icons from bootstrap-icons ( #35250 )
...
* Revert "selfdrive/assets: add keyboard icons (#35247 )"
This reverts commit a6456503b0
.
* selfdrive/assets: use bootstrap icons, generate keyboard icons
* cleanup
* switch shift-fill for capslock
6 days ago
Dean Lee
6adc7e6bdb
system/ui: disable continue button when no network connecton in setup.py ( #35249 )
...
disable continue button when no network connecton
6 days ago
Dean Lee
b740d23dd0
system/ui: display icons in wifi manager ( #35244 )
...
display icons in wifi manager
6 days ago
Dean Lee
dcfbb99b13
system/ui: add password visibility toggle with eye icon to keyboard ( #35246 )
...
* add password visibility toggle with eye icon to keyboard
* added show_password_toggle
6 days ago
Cameron Clough
a6456503b0
selfdrive/assets: add keyboard icons ( #35247 )
6 days ago
Cameron Clough
512d83cc36
ui(raylib): setup.py ( #35140 )
...
* setup.py
* better font
* use gui_button
* btn
* fix button and triangle
* low voltage text color
* fix network page
* HARDWARE.get_os_version()
* typing
* white title
* update default text color
* use default font color
* fix software screen
* fix software screen
* radio font size
* line length
* fix regex
* draw svgs
* comment is out of date
* add cairosvg
* use cairosvg
* remove unused import
* support other image types
* revert origin
* fix setup warning icon
* fix
* remove cairosvg
* use pngs
* wrap
* fix disabled style
* TODO
* revert uv.lock
* use new file paths (not rasterized yet)
* oops
* fixes
* params not used
* network check thread
* oops
* fix custom URL and download failed screens
* clear keyboard
* rm
* fixes
* show full error message
* check network type
6 days ago
Cameron Clough
83679bd856
selfdrive/assets: rasterize SVGs ( #35243 )
...
* selfdrive/assets: rasterize SVGs
* do entire assets dir
* fixed size - 4096px is a lot
* optimise them too
* use inkscape
* regenerate
* abandon runtime svg
6 days ago
Cameron Clough
62f5a59f77
selfdrive/assets: optimize SVGs ( #35242 )
6 days ago
Cameron Clough
ec208f2d3d
cleanup selfdrive/assets ( #35241 )
...
* remove unused assets
* these are icons
* these are images
* fix
* fix
* Revert "remove unused assets"
This reverts commit 95d1a800de
.
* move these too
6 days ago
Trey Moen
60113632b4
feat(clip): delete get_metadata call ( #35229 )
...
* feat: delete get_metadata call
* no one else is using this now
7 days ago
Adeeb Shihadeh
735c227f3c
svg -> png script
7 days ago
Cameron Clough
6c03e9472d
system/ui: disabled button styles ( #35236 )
7 days ago
Trey Moen
0fec3656a1
feat(clip): faster qlog ( #35227 )
...
* feat(clip): faster qlog
* simpler
* imports
7 days ago
Shane Smiskol
5d8c8ae911
Tesla: raised lateral limits ( #35231 )
...
* bump
* bump
* update refs
1 week ago
Shane Smiskol
2af3cc6093
joystick: use ISO acceleration ( #35230 )
...
ISO max
1 week ago
Trey Moen
33c164629f
fix(clip): ignore unknown Params keys ( #35226 )
...
* fix: ignore params configured by forks
* comment
* dont bother logging count or in normal flow
* better log
1 week ago
Trey Moen
e8394a27d7
fix(clip): properly set exit code ( #35225 )
...
fix: properly set exit code
1 week ago
Dean Lee
2ad501cc94
common/params.cc: Handle EINTR for fsync in Params::put to Improve Robustness ( #35142 )
...
Handle EINTR for fsync in Params::put to Improve Robustness
1 week ago
Dean Lee
02a251f50d
cabana: add RouteInfo dialog to view and navigate route segment details ( #35134 )
...
add RouteInfo dialog to view and navigate route segment details
1 week ago
Dean Lee
84e9b75983
system/ui: fix WiFi manager shutdown task errors ( #35204 )
...
fix WiFi manager shutdown task errors
1 week ago
Dean Lee
f1c0109c89
system/ui: Fix crash when exiting the application with CTRL+C (KeyboardInterrupt). ( #35221 )
...
handle KeyboardInterrupt
1 week ago
omahs
64b0ede9ae
fix: typos ( #35224 )
...
* fix: typos
* Update what-is-a-car-port.md
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
1 week ago
Trey Moen
665d2c3bec
feat(clip): hydrate route's CarParams before starting UI ( #35218 )
...
* feat: hydrate CarParams before starting UI
* only get first segment, faster
1 week ago
Dean Lee
b1bdab0c90
system/ui: improve texture caching ( #35222 )
...
improve texture caching
1 week ago
Dean Lee
c57f576436
system/ui: fix FPS drop issues ( #35220 )
...
set VSYNC flag only when the env is set
1 week ago
Cameron Clough
92e27f0ba2
fix .editorconfig
1 week ago
Maxime Desroches
997a99926c
ci: overwrite previous comment for model_replay ( #35209 )
...
* less
* test
* fix
* cleanup
1 week ago
Maxime Desroches
3fd05d2ace
more robust modem
1 week ago
Kacper Rączy
f242b1e88a
lagd: remove saved param if mismatch ( #35217 )
...
Remove LiveDelay on mismatch
1 week ago
Kacper Rączy
cbec1886e7
paramsd: remove saved param if mismatch ( #35215 )
...
remove LiveParametersV2
1 week ago
Trey Moen
bdffd34088
feat(clip): support metric units if requested ( #35213 )
1 week ago
Kacper Rączy
1a3e342303
ui: reset live parameters and delay when reset calibration pressed ( #35211 )
...
* Reset params and lag too
* Old param too
1 week ago
Trey Moen
98c4a4582b
chore: reformat clip params for extension ( #35212 )
1 week ago
commaci-public
77c35f8e5d
[bot] Update Python packages ( #35214 )
...
Update Python packages
Co-authored-by: Vehicle Researcher <user@comma.ai>
1 week ago
Adeeb Shihadeh
9d7fce8dd1
CI: bump tinygrad in cronjob
1 week ago
Adeeb Shihadeh
d0bf2be6f0
External GPU support for big models ( #35172 )
...
* usb gpu
* cleanup
---------
Co-authored-by: Comma Device <device@comma.ai>
1 week ago
Shane Smiskol
478015e788
typo
1 week ago
Adeeb Shihadeh
67486ff92d
bump tinygrad ( #35208 )
...
* bump tinygrad
* fix
* why is mac different?
* fix sim
* relax that
1 week ago
Adeeb Shihadeh
313ede3d1e
Update NDOG live ( #35205 )
...
* no alt exp
* live
* fix
* update res
1 week ago
Maxime Desroches
3d696c0f90
jenkins: remove logs during setup
1 week ago
Eric Brown
480cc57da3
Pass args to op auth ( #35202 )
1 week ago
Dean Lee
73ff9dc944
system/ui: add require_full_screen to WifiManagerUI ( #35191 )
...
add require_full_screen to WifiManagerUI
1 week ago
Dean Lee
896dabb190
system/ui: add right-side text eliding to gui_label ( #35201 )
...
add optional right-side text eliding to gui_label
1 week ago
Robbe Derks
15a567ffee
bump panda
1 week ago