Commit Graph

706 Commits

Author SHA1 Message Date
Dean Lee
f9bb024a46 Cabana: execute generate_dbc_json.py after building (#26620)
* use env.command to generete json after build

* Update tools/cabana/SConscript

Co-authored-by: Shane Smiskol <shane@smiskol.com>
2022-11-29 11:42:56 -08:00
James
67fb344146 Fixed typo in CARLA README.md (#26615) 2022-11-29 01:05:38 -08:00
Kurt Nistelberger
a48ec655ac CI: gps test hackrf support (#26364)
* first ignore

* init gps test

* make LimeGPS git clone

* revert ignore

* .

* remove prebuilt bins

* gps test v1

* add static signal gen script

* update readme

* remove LD_PRELOAD by using rpath, update values after testing

* .

* remove LD_PRELOAD

* .

* fix README

* .

* .

* .

* gps test v1

* cleanUp

* init

* update fuzzy tests

* .

* finalize qcom gps tests

* .

* .

* .

* add downloader

* finalize unit tests

* .

* .

* inc limeGPS startup time

* tmp

* loosen init time

* .

* .

* .

* add ublox warmstart test

* .

* improve location tests

* .

* .

* .

* .

* .

* .

* .

* .

* last cleanUp

* .

* .

* add hackrf support

* hackrf support

* .

* .

* .

* .

* .

* .

Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
2022-11-28 16:13:54 -08:00
Dean Lee
909a884dc5 Cabana: fix segfault in dragging zoom (#26598)
fix segfault
2022-11-28 15:43:27 -08:00
Cameron Clough
b15018387c tuning: measure steering accuracy for existing routes (#25722)
* support parsing route logs

* optionally use cached data

* support segment or route names

* get control type from log
2022-11-23 14:03:15 -08:00
Dean Lee
6dec92df43 Cabana: fixed form glitches (#26587)
fix visual glitches
2022-11-23 09:48:24 -08:00
Dean Lee
4662f1e0be Cabana: auto theme, detect from system. (#26563)
* auto theme

* cleanup

* get font color from ForegroundRole

* fix label color

* add padding for header

* smaller warning icon

* fix bg of binary view

* hightlight after init
2022-11-22 14:23:49 -08:00
Dean Lee
efbfbc0622 Cabana: display dashes if no value available (#26557)
show dot if no value
2022-11-21 10:48:19 -08:00
Dean Lee
7b46928fc9 Cabana: fix auto zoom y-axis for multiple line series (#26558)
auto zoom y-axis for multiple series
2022-11-21 10:48:08 -08:00
Dean Lee
2b4b0cc67f Replay: fixed the freq of video and events are unstable after changing the replay speed (#26559)
fix freq is unstable after changing the replay speed
2022-11-21 10:47:58 -08:00
Dean Lee
89eeb72dbd Cabana: update chart and video position (after a click) in pause mode (#26560)
update chart and video position (after a click) in pause mode
2022-11-21 10:47:47 -08:00
Dean Lee
de443d30b3 Cabana: 'edit-find' icon is not avaible on some platforms (#26561)
Fixed edit-find icon is not avaible on some platforms
2022-11-21 10:47:36 -08:00
Dean Lee
17b1839e0a Cabana: faster align charts, visual glitches removed. (#26543)
* faster adjust chart margins

* delay adjust

* update foreground after set margins

* set display range on create

* fix init display_range

* common function updateDisplayRange

* set min max to 0 if no values

* fix axis y

* use mapToValue

* cleanup

* get minmax from series

* cleanup

* cleanup eventsMerged

* cleanup include
2022-11-20 13:23:59 -08:00
Dean Lee
9c815c2081 Cabana: draw line marker in drawForegound (#26542)
draw line marker in drawForegound
2022-11-18 10:25:11 -08:00
Dean Lee
37ad8f4f3f Cabana: support for multiple series in chart (#26538)
* customize axis x & y

* new function chartView::addSignal

* support multiple series in chartView

* more

* show legend

* update changed signals only

* fix z value

* cleanup

* limit trake line in plot area

* display signal name in value_text

* &nbsp

* fix axis y

* add spaces

* cache min max value for axis y

* cleanup

* better values text

* remove force_update
2022-11-17 10:52:04 -08:00
Dean Lee
66edb15b8f Cabana: improve binary view (#26525)
* improve

* set minimum width

* click signal to open&hide form

* disable vertical header's click
2022-11-16 15:51:05 -08:00
Dean Lee
b6de850dd7 Cabana: save & restore splitter state (#26526)
save & restore splitter state
2022-11-16 15:45:08 -08:00
Dean Lee
e3c913bfa1 Cabana: sort signal by start bit and keep cursor position after save (#26529)
sort signals by start bit and keep cursor position after save
2022-11-16 15:43:49 -08:00
Willem Melching
e099e42147 cabana: default factor to 1 (#26521) 2022-11-16 09:12:31 -08:00
Dean Lee
73ec91f3bc Cabana: fix right panel layout after undocking charts (#26497)
* fix stretch

* set window title
2022-11-15 21:10:05 -08:00
Dean Lee
8e91ce1eb4 Cabana: Move history logs to a tabbed widget (#26481)
* tabwidget

* cleanup

* update state  before show

* cleanup

* remove spacing

* fix right panel stretch issue

* fix missing }
2022-11-14 19:09:19 -08:00
Dean Lee
ae40774425 Cabana: add test case for parsing can messages (#26495)
* add test case for parsing can messages

* require size equal

* cleanup
2022-11-14 10:13:16 -08:00
Dean Lee
29f24c7491 Cabana: Fix title overlapping on chart with long names (#26494)
fix title overlapping
2022-11-14 10:04:14 -08:00
Adeeb Shihadeh
102669a232 compressed vipc: fix client connect 2022-11-13 22:28:27 -08:00
Dean Lee
4ef941e954 Cabana: update detail view on change (#26476)
update on changed
2022-11-13 12:56:48 -08:00
Dean Lee
3d208567f3 Cabana: added color labels to signal list (#26485)
add color label
2022-11-13 12:56:26 -08:00
Dean Lee
f924e797b7 Cabana: remove bus time from can message (#26475)
remove bustime
2022-11-13 12:56:05 -08:00
Dean Lee
7b0f7312e5 Cabana: miscellaneous fixes (#26477)
* update pos after adjusted margins

* ts >=0

* output debug message to console

* fix freq&count incorrect after replay auto loop restart replay

* fix different height of play/pause

* delay posting CAN message if UI thread is busy

* >=

* clear undo stack after saving

* no space allowed in names

* const referer
2022-11-13 12:55:46 -08:00
Dean Lee
3c507e8ad7 Cabana: auto update signal on field changes (#26464)
* auto update signal on field changes

* better icon
2022-11-11 10:34:49 -08:00
Dean Lee
6cf9fff919 Cabana: fix segfault on exit (#26465)
fix segfault on exit
2022-11-11 10:34:25 -08:00
Dean Lee
e08896c45d Cabana: confirm exit without saving (#26452)
* confirm exit without saving

* typo
2022-11-10 12:57:52 -08:00
Dean Lee
122c0ec135 Cabana: remember last directory in open file dialog (#26449)
* remember last directory in open file dialog

* use QFileInfo
2022-11-10 10:37:52 -08:00
Dean Lee
7c922eafe9 Cabana: Added support for undo & redo (#26440)
* undo/redo

* display command list to rolling the state backwards or forward

* update detailview after rolling states

* add * to title bar to indicate dbc has changed

* fix signal pointer address changed after removed

* cleanup

* fix id error

* clear undo stack after dbc file changed

* cleanup

* use map

* cleanup

* typo
2022-11-10 10:37:38 -08:00
Dean Lee
b320ac6c23 Cabana: improve the BinaryView & fix known issues (#26409)
* fix flipping issue

* dragging up to create little endian signal

* transform between little & big endian

* complete selection functions

* scroll to top after msg updated

* remove empty line

* cleanup code

* remove extra semicolon

* fix indentation

* minmax

* dont select hex column

* create msg if not existed
2022-11-09 22:05:18 -08:00
Dean Lee
59bf2fc008 Cabana: support deleting message (#26418)
delete message
2022-11-09 14:19:11 -08:00
Dean Lee
fc872271ae Cabana: add menu bar to main window (#26419)
* add menu bar

* show DBC name in title

* cleanup
2022-11-09 11:10:57 -08:00
Kurt Nistelberger
1181efb288 CI: update qcom tests (#26404)
update qcom tests

Co-authored-by: Kurt Nistelberger <kurt.nistelberger@gmail.com>
2022-11-08 14:01:07 -08:00
Dean Lee
1cf293f3a6 Cabana: improve message sorting,filtering and updating. (#26396)
* optimize sort/filter/update

* helper function msgName

* cleanup
2022-11-07 07:53:42 -08:00
Dean Lee
45891c7907 Cabana: use QToolBar to manage the controls in ChartsView (#26388)
use QToolBar
2022-11-06 11:06:42 -08:00
Dean Lee
cdcc0fb369 Cabana: Reimplement HistoryLog::sizeHintForColumn to improve performance (#26393)
Reimplement sizeHintForColumn to improve performance
2022-11-06 11:06:10 -08:00
Dean Lee
3dc5dbf103 Cabana: move the chart title into graphics view (#26389)
remove class ChartWidget
2022-11-06 11:05:46 -08:00
Dean Lee
529504e201 Cabana: move dbc related code from MessagesWidget to MainWin (#26387)
* move dbc related code to mainwin

* trigger ci
2022-11-06 11:05:14 -08:00
Dean Lee
ea5587d1d1 Cabana: fix wrong hardcoded column index (#26392)
fix wrong column count
2022-11-06 11:03:57 -08:00
Dean Lee
ac76cc9325 Cabana: cleanup code (#26369)
* remove ChartView::enterEvent

* cleanup ChartsWidget::removeAll

* group graphics items

* remove rubber->setPalette

* helper function DBCManager::parseId

* remove variable name from dbcManager

* fix readme/Usage

* use QSlider::setRange

* cleanup include

* use emplace_back

* remove varialbe routeName from CanMessages

* remove tmp variable

* remove blank line

* cleanup layout

* clean settings layout

* connect to streamStarted

* cleanup signal/slot
2022-11-05 16:52:16 -07:00
Kurt Nistelberger
e23a25c3ae fix gps test runner 2022-11-04 21:54:06 -07:00
Dean Lee
0e3edf7877 Cabana: fix signal list glitch (#26357)
* fix signal list glitch

* fix glitch when open new msg

* reduce spacing

* fix binaryview glitch

* spacing 3

* create form on demand

* dont close form after save

* remove timer

* remove sizepolicy

* cleanup
2022-11-04 11:16:15 -07:00
Dean Lee
241d88c018 Cabana: update viewport after mouse released (#26355)
update viewport after mouse released
2022-11-03 20:09:14 -07:00
Dean Lee
70363e2491 Cabana: word wrap header (#26341)
* auto wrap header

* custom headerview
2022-11-03 13:23:53 -07:00
Dean Lee
e4ec1d7c4c Cabana: update line series concurrently (#26339)
update series concurrently
2022-11-03 10:44:49 -07:00
Dean Lee
b25e56925c Cabana: make whole DetailWidget scrollable (#26340) 2022-11-03 10:44:37 -07:00