Rohit Bernard
bf27021719
sim: Converting RGB frames to NV12 format in OpenCL ( #26169 )
...
* convert carla rgb frames to nv12
* code cleanup
* move kernel
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 9377448888
3 years ago
Dean Lee
881273fe19
Cabana: double click the title bar to move binview to a separate column ( #26280 )
...
* double click to move binview to seperate column
* cleanup
* double click frame
* continue
* rename signal
* add tooltip
* fix layout
* don't show last cell's bottom line
* increase spliter handle size
* cleanup
* set resize mode to ResizeToContents
* add a split button
* cleanup layout&fix space
* cleanup
* remove hardcoded size
* cleanup
old-commit-hash: 5aa0d211f0
3 years ago
Dean Lee
b061e768be
Cabana: add tab context menu for 'close other tabs' ( #26279 )
...
close other tabs
old-commit-hash: a622e523b2
3 years ago
Dean Lee
bdadda4a0e
Cabana: improve track line ( #26231 )
...
* improve track line
* show text label on the left if reach the right edge
* cleanup
* cleanup
old-commit-hash: 8de9bbaa73
3 years ago
Dean Lee
72f6a3b56d
Cabana: change the chart theme in setting ( #26220 )
...
* change the chart theme in setting
* change title colors
* cleanup
old-commit-hash: ba570b963f
3 years ago
Dean Lee
491009e0fa
Cabana: fix marker z-index ( #26254 )
...
old-commit-hash: d679659018
3 years ago
Dean Lee
b32ca59ced
Cabana: fix dbc opened twice on startup ( #26265 )
...
old-commit-hash: f04ca9ff3d
3 years ago
Dean Lee
1f17340ef4
Cabana: set fixed height for statusbar ( #26264 )
...
old-commit-hash: 7c1bb03497
3 years ago
Dean Lee
e63b53335d
Cabana:: remove a fixed TODO ( #26257 )
...
remove a fixed TODO
old-commit-hash: 5e717c12f1
3 years ago
Kurt Nistelberger
d492af3b34
finalize gps tests ( #26255 )
...
* finalize gps test before adding to ci
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 5b455f1d31
3 years ago
Kurt Nistelberger
9c791ad9b2
Improve GPS tests, add qcom tests ( #26060 )
...
* first ignore
* init gps test
* make LimeGPS git clone
* gps test v1
* add static signal gen script
* remove LD_PRELOAD by using rpath, update values after testing
* cleanUp
* update fuzzy tests
* finalize qcom gps tests
* add downloader
* finalize unit tests
* inc limeGPS startup time
* loosen init time
* add ublox warmstart test
* improve location tests
Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
old-commit-hash: 9c92814585
3 years ago
Dean Lee
a02e81b710
Cabana: limit X-axis range from settings ( #26213 )
...
* limit X-axis range from settings
* continue
* update range if events merged
* update line series by range
* cleanup removeChart
* cleanup updateAxisy
old-commit-hash: 728d969249
3 years ago
Dean Lee
d070420f00
Cabana: use QLineEdit for double value ( #26247 )
...
old-commit-hash: d549e1899d
3 years ago
Adeeb Shihadeh
e3ef65ab4a
pj: update thermal layout + layout test ( #26224 )
...
old-commit-hash: bc7fc481d5
3 years ago
Dean Lee
bd98b9b80c
Cabana: display overlapping bits warning ( #26219 )
...
display overlapping bits warning
old-commit-hash: 87e0a5dd1a
3 years ago
Dean Lee
bc7b437266
cabana: stable FPS ( #26120 )
...
* stable FPS
* fix
old-commit-hash: 686506f400
3 years ago
Dean Lee
1ff74d58b7
Cabana: Added ability to highlight and resize overlapped signals ( #26210 )
...
old-commit-hash: 20dced4edc
3 years ago
Oxygen
4c6c8f4e99
Add #include <QFile> in cabana ( #26208 )
...
* Add #include <QFile>
* fix import order
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
old-commit-hash: 60b666fe3b
3 years ago
Dean Lee
5b093b2da3
replay: reduce test running time ( #26160 )
...
old-commit-hash: 062267f469
3 years ago
Dean Lee
426eb2fc67
Cabana: use deque::resize() instead of pop_back in loop ( #26209 )
...
use resize instead of pop_front in loop
old-commit-hash: 0844662f84
3 years ago
Dean Lee
ba08a4d2ac
Cabana: delete all selected cells when shrinking signal ( #26211 )
...
old-commit-hash: 64f89beb0d
3 years ago
Dean Lee
9f47b3b517
Cabana: no popup when adding a new signal. ( #26155 )
...
* merge master
* GM: make loopback updated check more explicit
This previously checked if parser_pyx filled the defaultdict, now it checks the values in the list (same either way)
* merge master
* continue
* continue
* check for duplicate name
* check duplicate signal name in saveSignal
* check signal size
* size*8
* cleanup
* check size after push_back
* install qlog handler at end
* remove todo
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 80c565d9fe
3 years ago
Adeeb Shihadeh
327e092a5a
cabana: fix BinaryView byte indices
...
old-commit-hash: 8a0475bd3b
3 years ago
Dean Lee
dbe9b6fe02
cabana: fix incorrect freq&counter ( #26207 )
...
fix wrong freq
old-commit-hash: e7e64be734
3 years ago
HaraldSchafer
3ca9b7f02e
Pipenv -> poetry ( #24858 )
...
* Try poetry
* Remove casadi for now
* Update docker
* Copy pipfiles
* add casadi back
* Too many slashes
* New poetry api
* Install system
* Try again
* No more pipenv
* new dependencies
* updates
* poetry 1.2.1, install dev dependencies
* keep install pipenv for xx for now?
* add pre-commit checks for poetry
* poetry lock is too slow
* update pip
* migrate to poetry groups
* update lockfile
* don't need to specify dev group unless it is made optional
* always install poetry
* set POETRY_VIRTUALENVS_CREATE instead, and use pipenv for xx
* use env for docs docker image
* alphabetical
* poetry 1.2.2
* add dev dependencies for typing
added in aacf6ae3
* remove constraint
* fix PIPENV_SYSTEM
* remove constraint
* don't need this here
* bump
* bump pipenv
adds support for installing local pyprojects (can add openpilot as dependency of xx)
* README improvements
* probably not necessary
* bump pip
* maybe not necessary?
* revert
* don't install openpilot itself into the virtual env
* remove PySide2 and shiboken2
reverts 3e41c775cbf670740ac648a8614d2d6b433312fe
* remove Pipenv, add xx dependencies, sync system python
* add pipenv as xx dep
* semver package constraints, use old lockfile versions
* fix casadi
* remove whitespace
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* disable poetry cache
* cleanup
* prefer config file
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: a98d105cb9
3 years ago
Dean Lee
2aaefc5744
Cabana: fix segfault on exit ( #26193 )
...
fix segfault on exit
old-commit-hash: d75cbf2338
3 years ago
Dean Lee
8048aa1177
Cabana: fix segment fault in QApplication::notify(QObject*, QEvent*) () ( #26194 )
...
fix segment fault in QApplication::notify(QObject*, QEvent*) ()
old-commit-hash: 22c5be5ec1
3 years ago
Dean Lee
2a6099a2c1
Cabana: Fix unable to display charts for same signals from different buses. ( #26191 )
...
keep charts in list instead of hash
old-commit-hash: 8697e928fc
3 years ago
Dean Lee
5603f8694c
Cabana: redirect qt logs to status bar ( #26187 )
...
Redirect qt logs to status bar
old-commit-hash: ae1d150941
3 years ago
Dean Lee
c5d196babf
Cabana: show frequency column in message table ( #26189 )
...
* show frequency column in message table
* add comments
old-commit-hash: d0c0972ba4
3 years ago
Dean Lee
0a464ae04e
Canaba: remove unused metatype in canmessage ( #26190 )
...
remove metatype
old-commit-hash: 931cecf41a
3 years ago
Dean Lee
9cf0785628
Cabana: add status bar to main window ( #26159 )
...
old-commit-hash: 02a0a1c201
3 years ago
Dean Lee
8e68208690
Cabana: drag to adjust signal size ( #26172 )
...
* drag to adjust signal size
* rename
* override setSelection
* use signal color as selection color while resing
* helper funtion
* hide tooltip if not in signal
* cleanup
* cabana: remove unused metatype (#26175 )
remove unused metatype
* cabana: improve signal highlight on hover (#26161 )
* just change font color
* merge master
* cleanup
old-commit-hash: d6a0f1c25a
3 years ago
Dean Lee
daa35e27c0
Cabana: dynamic sorting message list ( #26150 )
...
old-commit-hash: 85d39ec34e
3 years ago
Dean Lee
f47ef137ea
Cabana: move settings to seperate files ( #26173 )
...
old-commit-hash: 4bf86742e6
3 years ago
Dean Lee
decc08073f
Cabana: multiple tabs detail view ( #26174 )
...
old-commit-hash: 998d18783d
3 years ago
Dean Lee
f3b226bf81
cabana: improve signal highlight on hover ( #26161 )
...
* just change font color
* merge master
old-commit-hash: b2b27ff7ee
3 years ago
Dean Lee
12cbb06d73
cabana: remove unused metatype ( #26175 )
...
remove unused metatype
old-commit-hash: 5d8840b6ee
3 years ago
Adeeb Shihadeh
f72219ed1d
cabana: add usage to readme
...
old-commit-hash: 334ee602f5
3 years ago
Dean Lee
03aefed64a
Cabana: load DBC from car fingerprint ( #26158 )
...
* auto load DBC from fingerprint
* generate json in scons
old-commit-hash: 2ed51e3151
3 years ago
Dean Lee
6a688db10e
Cabana: highlight signal on mouse over ( #26157 )
...
old-commit-hash: bc2b247d71
3 years ago
Dean Lee
ebcfecc2e1
Cabana: add dialog to find and locate signal values ( #26131 )
...
* add dialog to find signals
* dont close dlg after goto
* limit number
* cleanup
* merge master
old-commit-hash: d1495a9090
3 years ago
Dean Lee
1915c6f271
cabana: display a clear button in filter string edit box ( #26152 )
...
display clear button
old-commit-hash: 1211ffbcf2
3 years ago
Dean Lee
b2939b5fd2
cabana: use monospaced font for hex in BinaryView ( #26153 )
...
use fixedfont
old-commit-hash: 3fae3b3660
3 years ago
Dean Lee
c62b6478a0
Cabana: warn when DBC message length is wrong ( #26154 )
...
display warning if message size is incorrect
old-commit-hash: a927d7b0ea
3 years ago
Dean Lee
fc4d06777c
Cabana: fix time column was being cutoff ( #26156 )
...
fix time column
old-commit-hash: a24e6616c2
3 years ago
Cameron Clough
95d36f02ae
Revert "cabana: fix binary view for can-fd"
...
This reverts commit 245f706821382e47367c6379fb0462d21d686304.
old-commit-hash: 9a8bd8c097
3 years ago
Adeeb Shihadeh
55801ff8ae
cabana: fix binary view for can-fd
...
old-commit-hash: 98cac3578b
3 years ago
Dean Lee
2c5cfcedf5
cabana: display fingerprint and route on the top right ( #26133 )
...
old-commit-hash: 855099eb86
3 years ago
Dean Lee
60dc4f97c0
cabana: fix background refresh issue ( #26134 )
...
old-commit-hash: a121212386
3 years ago