Shane Smiskol
c5ae2e5105
Merge remote-tracking branch 'upstream/master' into restart-toggles
3 months ago
Shane Smiskol
83ba27d7c0
Update lane departure warning toggle live ( #35363 )
...
update LDWS live
3 months ago
Shane Smiskol
81e40ce51d
add to description
3 months ago
Shane Smiskol
958c8ed14f
these aren't required or useful
3 months ago
Shane Smiskol
387666efb9
timer is needed as it's not clean to fix case where you toggle while no ignition -- you can't go onroad + this allows some nice tolerance time for user to switch 2 toggles
3 months ago
Shane Smiskol
e7fbc81615
negative better than generic thing
3 months ago
Shane Smiskol
4486224349
rm
3 months ago
Shane Smiskol
a5d00ac921
and that
3 months ago
Shane Smiskol
589f953b92
clean up
3 months ago
Shane Smiskol
8a4868aafc
param is cleared by manager -- this was all to ensure manager got our `started` transition
3 months ago
Shane Smiskol
96946eb17a
just in case
3 months ago
Shane Smiskol
500a39049a
fix
3 months ago
Shane Smiskol
6b57991493
note
3 months ago
Shane Smiskol
10d5832da6
disable while engaged
3 months ago
Shane Smiskol
b28b10b7f8
fix
3 months ago
Shane Smiskol
f3cce07ba7
should work
3 months ago
Shane Smiskol
1757c5a13a
doesn't need to live in low level paramcontrol, rename param
3 months ago
Shane Smiskol
7ab75c4d1a
notify param
3 months ago
Dean Lee
3a7f0b66aa
system/ui: fix remaining issues in WiFi Manager ( #35301 )
...
* WIP
* fix callback
* fix connecting network displayed as Connected
* thread safe states
* fix state sync issues
* fix callback
3 months ago
Shane Smiskol
f9570b95de
Revert "bad"
...
This reverts commit 6b5475dd90
.
3 months ago
Shane Smiskol
6b5475dd90
bad
3 months ago
Dean Lee
28da563386
system/ui: render model output with new ModelRenderer class ( #35356 )
...
render model output with new ModelRenderer class
3 months ago
Dean Lee
7511983ccb
system/ui: cache shader location ( #35360 )
...
cache shader location
3 months ago
github-actions[bot]
6a38dd1315
[bot] Update translations ( #35354 )
...
Update translations
Co-authored-by: Vehicle Researcher <user@comma.ai>
3 months ago
Adeeb Shihadeh
c48f161b04
bump tinygrad ( #35355 )
3 months ago
Adeeb Shihadeh
50aaa69137
sensord: cleanup, prep for rewrite ( #35352 )
...
* rm bmx
* thanks claude
* fix
* fix mypy
3 months ago
Cameron Clough
742e30495a
Reapply "ui: rewrite installer using raylib, remove qt ( #33756 )" ( #35308 )
...
This reverts commit 472feefcfd
.
3 months ago
Alexandre Nobuharu Sato
1fb5744685
Multilang: update pt-BR translations ( #35351 )
3 months ago
Trey Moen
44d233337d
esim: faster switching ( #35344 )
...
* esim: lpac doesnt need disable here
* more red diff
3 months ago
Alexandre Nobuharu Sato
427a61ab12
fix Wi-FI typo on networking.cc ( #35350 )
3 months ago
Dean Lee
927ce0bc06
system/ui: fix typos ( #35349 )
...
fix typos
3 months ago
github-actions[bot]
8ffcddce30
[bot] Update translations ( #35348 )
...
Update translations
Co-authored-by: Vehicle Researcher <user@comma.ai>
3 months ago
Dean Lee
3d3e9599d8
system/ui: add specialized camera views with custom transformations ( #35346 )
...
* add specialized camera views with custom transformations for driver and road
* improve
* return np array
* cached matrix
3 months ago
Dean Lee
193df11a1c
system/ui: avoid redundant texture updates ( #35347 )
...
avoid redundant texture updates
3 months ago
Dean Lee
22715464b9
system/ui: throttle camera connection attempts ( #35343 )
...
throttle connection attempts
3 months ago
Trey Moen
eabee8c73f
bump msgq ( #35345 )
3 months ago
Trey Moen
993b1b4d88
refactor: LPA interface, CLI location ( #35328 )
...
* refactor: LPABase, simpler switch() interface
* leave this since LPABase hides
* hw-agnostic esim.py
* newline
* use latest
3 months ago
Dean Lee
840ced5005
system/ui: add EGL support to CameraView ( #35338 )
...
* add EGL support to CameraView
* view 3 cameras
* use a more direct approach
* add new line
* cleanup
* cleanup close()
* extract EGL to a seperate file
* cleanup
* add try/except to close()
* rename egl_textures
* improve implementation
3 months ago
Shane Smiskol
c24f349807
GM: low steer speed alert in CarState ( #35332 )
...
* simple
* rm
* bump to master
* update refs
* update refs
3 months ago
Kacper Rączy
97ad175243
Reapply "Enable online lag learning ( #34968 )" ( #35327 )
...
* Revert "Revert "Enable online lag learning (#34968 )" (#35322 )"
This reverts commit 9c40c48729
.
* Update ref commit
* Update ref
* Update ref commit
3 months ago
Adeeb Shihadeh
ce8ea16303
update release notes
3 months ago
Shane Smiskol
70644e2317
VW: low steer speed alert in CarState ( #35331 )
...
* move to opendbc
* func
* clean up
* bump
* move cmt
* bump
3 months ago
Shane Smiskol
9622427044
car interfaces: improve steering pressed signal ( #35333 )
...
* bump
* update refs
3 months ago
Kacper Rączy
312658756d
lagd: handle ambiguous cases ( #35257 )
...
* Mechanism to handle ambiguous estimates
* Use it
* Fix static
* Fix
* Comment
* Comment v2
* Use quantile instead
* Fix
* Make it better
* Make it confidence
* Make it a constant
* min_confidence as arg
* Make the test signal more like the real one
* Relax sample requirements
* Use constant
* Reduce confidence
3 months ago
Shane Smiskol
9b642ed016
bump opendbc ( #35323 )
...
* bump
* update refs
3 months ago
Dean Lee
fdfba3f9f7
system/ui: update camera view shader to support rendering on device ( #35326 )
...
update shader to support rendering on device
3 months ago
Shane Smiskol
f38a98fc09
Metered Wi-Fi toggle ( #35293 )
...
* draft
* here too
* fixes
* fix
* ugh more fix, wifiManager is craze
* more
* be optimistic and let refresh happen naturally, the immediate refresh causes some paths/active connect to temporarily be unavailable
selfdrive/ui/qt/network/wifi_manager.cc: DBus call error: "Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the re
ply timeout expired, or the network connection was broken."
selfdrive/ui/qt/network/wifi_manager.cc: DBus call error: "Object path cannot be empty"
* nm is slow -- it takes 2s to commit to disk, and dbus errors are raised if you try again while previous is running (this is an ubuntu 24.04 bug)
* nice experience
* rm
* minor
* clean up
* self-explanatory
* rename
* rm this too
* revert
* draft
* Revert "draft"
This reverts commit 15283d9778
.
* Reapply "draft"
This reverts commit 8629921b00
.
* rm colors
* trinary, bit more code
* choose default when disabled
* only if enabling, wait for disable as normal
* remove original binary toggle
* clean up
* collapse
* clean up wifimanager
* update comment
* lite is a word
3 months ago
Dean Lee
c9f3cd5ad2
system/ui: enhance scroll panel with iPhone-like physics and behavior ( #35312 )
...
* improve scroll panel for iphone-like experience
* add comments
* increase demo run time for easier testing
3 months ago
Maxime Desroches
3f53133da5
AGNOS 12.2 ( #35317 )
...
* agnos 12.2
* non-staging
3 months ago
Kacper Rączy
9c40c48729
Revert "Enable online lag learning ( #34968 )" ( #35322 )
...
* Revert "Enable online lag learning (#34968 )"
* Update ref commit
3 months ago