Shane Smiskol
d30ff3e996
debug
2 years ago
Shane Smiskol
9acc060796
comment
2 years ago
Shane Smiskol
160cdc95ed
helper
2 years ago
Shane Smiskol
7572473e2d
clean up
2 years ago
Shane Smiskol
08bafa9aa3
draft
2 years ago
Dean Lee
ccfca97dfc
ui/map: cache navigation images at startup ( #28783 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Dean Lee
c3fe3c8162
ui/MapSettings: sort location JsonArray inplace ( #28886 )
2 years ago
Shane Smiskol
daf80eaef5
map panel: show map on interactive timeout ( #28904 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Dean Lee
ae4a375dd6
ui/map: handle & display error in MapWindow ( #28854 )
2 years ago
Shane Smiskol
c158537df6
ui: reset nav status on offroad transition ( #28897 )
...
* need to do this
* actually better to clear it on offroad transition, then onroad transition will be fine
2 years ago
Shane Smiskol
34a5e626d6
ui: show map with nav ( #28867 )
...
* accept touch events in map settings
* draft
* draft 2.0
* revert this stuff
* need this
* fix
* clean up debug prints
* fraft
* only show map on closeSettings if nav
* works!
* can't do it here
* I was going to connect signals from UIState to HomeWindow, then to OnroadWidget, but that seems like too much
* just need to keep track of it in onroad, seems like the cleanest option
* ideally we show the map where we set the scene variable, and that's in map.cc
* old variable
* comments
* less confusing
* app comment
* add back
* fix
* move to top
* remove this comment
2 years ago
Cameron Clough
6643616c47
nav: hide settings on map request visible ( #28884 )
2 years ago
Cameron Clough
4d61d680b2
UI: preserve recent destinations sort order ( #28881 )
2 years ago
Dean Lee
8149c07fac
ui/map: singleton navigation requests ( #28862 )
2 years ago
Dean Lee
4544b40b70
ui/map: don't clear eta when map is hidden ( #28878 )
2 years ago
Shane Smiskol
305ab3cb3e
ui: don't hide sidebar twice ( #28868 )
...
* draft
* draft 2
* comment and clean up
* delete
* better name
* even better?
2 years ago
Shane Smiskol
28df811f42
ui: remove unused MapPanel function ( #28874 )
...
forgot about this
2 years ago
Shane Smiskol
71e001ee57
map settings: accept touch events ( #28865 )
...
* accept touch events in map settings
* use override
* revert this
* remove debug stuff
* add comments
* not the main purpose
2 years ago
Dean Lee
e1ea1d58e4
ui/map: reuse the Qlabels and remove call to `clearLayout` ( #28788 )
...
* dont clearlayout
* replace show with setVisible
* remove signals&connections, call updateDistance in updateInstructions
* refactor updateDistance to getDistance
2 years ago
Dean Lee
7a42e51c90
ui/map: use overlay widget to simplify code and improve rendering performance ( #28800 )
...
* move widgets into overlay
* adjust margin
* add spacing
2 years ago
Dean Lee
060490bdf1
ui/map: draw ETA with rich formatted text ( #28780 )
...
* draw ETA with rich formatted text
* no rounded at the bottom corners
* add Params param to member
* fix font typo
* restore opendbc
* set antialiasing
* fix time format
2 years ago
Jason Young
e816c81a5a
nav ui: restore speed-adaptive map zoom level ( #28796 )
...
Revert "map: fix repeated call to m_map->setZoom (#25784 )"
This reverts commit f0665911b2
.
2 years ago
Dean Lee
5991aea10a
ui: more descriptive global names ( #28813 )
...
* rename global bdr_s to UI_BORDER_SIZE
* rename header_h to UI_HEADER_HEIGHT
* remove unused footer_h
2 years ago
Dean Lee
2d37c219e7
ui: cleanup controls ( #28809 )
...
* cleanup controls
* restore LayoutWidget
2 years ago
Dean Lee
93413c43df
UI: fix memory leak in MapSettings ( #28759 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Dean Lee
081cc2eb79
ui/MapSettings: remove white border around destinations ( #28771 )
2 years ago
Adeeb Shihadeh
3e1ba3ff35
Revert "ui: fix memory leak in `MapSettings` ( #28701 )"
...
This reverts commit 5a00b42092
.
2 years ago
Dean Lee
5a00b42092
ui: fix memory leak in `MapSettings` ( #28701 )
2 years ago
Shane Smiskol
dcb769982f
ui: hide sidebar when map shows ( #28490 )
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2 years ago
Harald Schäfer
85c4b1a400
Nav: show gps as long as it's 100m accuracy ( #28713 )
...
* Nav: show gps as long as it's 100m accuracy
* Get norm
* get std
2 years ago
Dean Lee
e8db988f2a
ui/map_settings: remove repaint ( #28642 )
2 years ago
Cameron Clough
a2b7d2c867
update mapbox style ( #28638 )
...
updated map components and dataset
2 years ago
Cameron Clough
bc5a899024
UI: improved nav destination entry ( #28476 )
2 years ago
Cameron Clough
f7f5537af7
MapPanel cleanup ( #28474 )
2 years ago
Harald Schäfer
d75ee19def
Only trust locationd for nav ( #27579 )
...
* Only trust locationd for nav
* unused var
2 years ago
Harald Schäfer
eb8bdc0026
MPC path in UI ( #27380 )
...
* 10s lat
* Full length MPC
* redfine N
* Leave controls the same for now
* Updates
* use long plan in lat plan
* interp plan
* simplergit add selfdrive/controls/plannerd.py selfdrive/controls/
* expand to 10s
* revert this
* fix linter
* vizualize
* fix long test
* typo
* cleanup
* compiles
* unused
* unused
* bump cereal
* bump cereal
* use model if no uiplanm
* update replay
* update ref commit
* bump cereal to master
2 years ago
Harald Schäfer
4c33d94d3f
Revert locationd to gpsLocation ( #26963 )
...
* revert locationd laika change
* switch msg
* change proc replay
* back to gpslocation
* update ref
* no np floats in msg
* Ignore empty laikad messages in mapos
* more tolerance
* c++ doesnt work like that
2 years ago
Kurt Nistelberger
2b611862be
match style
2 years ago
Kurt Nistelberger
b6440304d5
Navigation: add destination marker ( #26873 )
...
* add navigation destination marker
* fix removal
* update default marker icon
* update default marker
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
2 years ago
Adeeb Shihadeh
8d95faf97a
nav: add README ( #26802 )
...
* start docs
* Update README.md
2 years ago
Adeeb Shihadeh
06e283a750
UI: only show cell settings on non-prime connection ( #25067 )
...
* fix indentation
* add primeTypeChanged signal to uiState
* hide advanced networking toggles on prime type change
* switch between map settings on prime type change
* cleanup
* remove duplicate code, wait for signal
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
3 years ago
Dean Lee
f0665911b2
map: fix repeated call to m_map->setZoom ( #25784 )
...
Fix repeated map api calls
3 years ago
Dean Lee
ef767f6332
MapPanel: refresh only when visible and destination changes ( #25739 )
...
rebuild widgets only when mappanel is visible
3 years ago
Dean Lee
115eed9a54
cleanup map_helpers.cc ( #25706 )
3 years ago
Dean Lee
69e9b285b3
UI/map: remove redundant QString ctor ( #25704 )
3 years ago
Dean Lee
d9ca45ed1b
map_helpers: pass parameters by const reference ( #25701 )
...
pass parameters by const reference
3 years ago
eFini
1de8ad891b
Fix is_rhd param name in map.cc ( #25464 )
3 years ago
Adeeb Shihadeh
ac305dacef
nav: same icon size for active & inactive lanes ( #25383 )
...
* nav: same icon size for active & inactive lanes
* update translations
3 years ago
Willem Melching
86c1e8164a
navd: add back VisionIPC map renderer ( #25212 )
...
* builds standalone
* process live msg
* render into nv12a
* VISION_STREAM_RGB_MAP -> VISION_STREAM_MAP
* cleanup sconscript
* main include cleanup
3 years ago
Willem Melching
49dd56fc24
nav: draw inactive lanes with 50% opacity ( #25157 )
...
* nav: draw inactive lanes with 50% opacity
* update ts
3 years ago