Kacper Rączy
4fd9b553be
macOS: add prompt about support in setup script ( #29939 )
...
* Add prompt about the state of macos support in mac_setup
* Change words
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: f0b8ecd14f
2 years ago
Justin Newberry
27cacb51d4
Simulator: cleanup in preparation for metadrive ( #29903 )
...
* sim bridge cleanup
* fix carla
* remove that exception
* pr cleanup
* update car in a thread
* more cleanup
* import sorting
* handle exits better
old-commit-hash: 7f6718a7cb
2 years ago
Dean Lee
9700838c6c
cabana/chart: fix value overflow ( #29924 )
...
fix value overflow
old-commit-hash: 6a72d53296
2 years ago
Dean Lee
97aa8b0606
cabana: support ECU node names ( #29897 )
...
* support display&edit node name
* cleanup
* set validator for Node name
* modify validator to support multiple receivers
* set default to XXX in updateMsg
* add DEFAULT_NODE_NAME
* Update tools/cabana/commands.h
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: c4df40a04a
2 years ago
YassineYousfi
eb7cad40dd
framereader: add cache_dir argument ( #29904 )
...
* framereader: add cache_dir argument
* make it an env var
old-commit-hash: 880157f5a6
2 years ago
Justin Newberry
af2b9e744d
test_replay: speedup by preventing multiple downloads ( #29901 )
...
* Demo route fixture
* fix tests
* demo route download
* remove iostream
old-commit-hash: 6666413626
2 years ago
Dean Lee
a1cb457f20
cabana: use QStaticText to boost rending performance ( #29900 )
...
use QStaticText to boost rending performance
old-commit-hash: 82452ec66b
2 years ago
Justin Newberry
e09216088e
Simulator: launch simulator from any directory ( #29910 )
...
launch sim from any directory
old-commit-hash: a95c896b5f
2 years ago
Dean Lee
b43ea8de7b
cabana: bug fixes ( #29902 )
...
* fix freq
* fix chart legend alignment issue
old-commit-hash: 0bd9df3193
2 years ago
Dean Lee
fd355cc2f2
cabana/chart: use different colors to distinguish similar signals ( #29890 )
...
* Use different colors to distinguish similar signals
* check hueF value
* lighter
old-commit-hash: 34f5cad4e7
2 years ago
Dean Lee
55a55aac6b
cabana: mark the undo stack as clean after save as ( #29898 )
...
Marks the undo stack as clean after save as
old-commit-hash: 587f6ce0dc
2 years ago
Dean Lee
916f083499
cabana: improve precision of timeline ( #29872 )
...
old-commit-hash: d9f107a2c9
2 years ago
Dean Lee
6c389dee7e
cabana: display warning if failed to write settings ( #29873 )
...
* display warning if failed to write_settings
* use Settings::filePath()
old-commit-hash: f63dc51284
2 years ago
Greg Hogan
b5375cc82d
importing auth_config.py should not have side effects ( #29893 )
...
import should not create directory
old-commit-hash: 140a4ba558
2 years ago
Dean Lee
0d7e17c995
cabana/chart: fix rubber band precision issue ( #29887 )
...
fix rubber band precision issue
old-commit-hash: 11d157369b
2 years ago
Kacper Rączy
07f9e986cd
macos: link qt5 during setup ( #29879 )
...
* link qt5 or prompt user to unlink existing qt installation if needed
* change condition
* version detection fixes
* fix wording
old-commit-hash: 57f0c3b8d5
2 years ago
Adeeb Shihadeh
1f8459d285
use pytest for cpp tests ( #29833 )
...
* add pytest-cpp package (#29828 )
* add pytest-cpp package
* disable for now
* use in ci
* use pytest cpp
* use my branch
* add missing tests
* that doesn't make sense
* it was merged upstream
* replace TEST_RLOG_URL with a publicly accessible url
* PR Cleanup
* assert instead
* update poetry lock
* add comment about pytest-cpp
---------
Co-authored-by: Justin Newberry <jnewberry0502@gmail.com>
Co-authored-by: Justin Newberry <justin@comma.ai>
Co-authored-by: deanlee <deanlee3@gmail.com>
old-commit-hash: 2c1dfc2f34
2 years ago
Dean Lee
5bac1f771c
cabana: use applicationPath for settings ( #29875 )
...
old-commit-hash: 5e1b5b36e4
2 years ago
Angus Gratton
0987987f33
replay: Include cstdarg from util ( #29871 )
...
Fix compilation errors "use of undeclared identifier" for va_start & va_end.
old-commit-hash: 43210ca0e2
2 years ago
royjr
ed79ecff3c
macOS: install gcc@13 to match panda requirements ( #29868 )
...
old-commit-hash: ece433f18e
2 years ago
Dean Lee
c7efe08e08
cabana: add comparision operator for CanEvent ( #29864 )
...
old-commit-hash: ef4c963c60
2 years ago
Dean Lee
b445d5e9ac
cabana/Sconscript: add back dependency on #opendbc ( #29832 )
...
add dep on #opendbc
old-commit-hash: e9c1cf3b5a
2 years ago
Justin Newberry
dc6078a6c3
System: use paths for download folders too ( #29818 )
...
* use paths for download folders too
* trailing slash
* reset that
old-commit-hash: 73eda51a11
2 years ago
Dean Lee
2716ef3a23
cabana: speed up exit ( #29813 )
...
old-commit-hash: 74daab120d
2 years ago
Dean Lee
12e1815720
cabana: regenerate car_fingerprint_to_dbc when DBC files change ( #29815 )
...
old-commit-hash: 0f942a228d
2 years ago
Dean Lee
8673038aa1
cabana: fix stuck on exit ( #29796 )
...
fix ctrl+c can't exit when stream dialog displayed on startup
old-commit-hash: 7f23e69cb1
2 years ago
Dean Lee
87c8ec0e5c
replay: fix concurrency issues ( #29797 )
...
fix concurrency issues
old-commit-hash: bbf133a2e5
2 years ago
Dean Lee
64c3dc5ad6
cabana: add empty check before insert events ( #29798 )
...
old-commit-hash: 60593660e6
2 years ago
Dean Lee
6394bf09d3
cabana: fix crash when no can events in the log ( #29795 )
...
fix crash when no events
old-commit-hash: 0afcf12368
2 years ago
Shane Smiskol
76322812b0
PlotJuggler: add control gains to longitudinal layout ( #29794 )
...
* add longitudinal control gains to long layout
* needless changes
* needless changes
* needless changes
old-commit-hash: 2c87cd24ce
2 years ago
Justin Newberry
3b91610c0b
Precommit: ensure executable bit is set ( #29784 )
...
* precommit ensure executable
* exclude tinygrad
* bump submodules
* exclude tinygrad globally
old-commit-hash: 4e69937d0d
2 years ago
Justin Newberry
bd78ec0bce
Sim: fix openpilot directory ( #29754 )
...
fix simulator
old-commit-hash: a774809fdb
2 years ago
Kacper Rączy
1e7947e6f9
body: make mic optional ( #29746 )
...
Only request for media that is available
old-commit-hash: 92a4c2f741
2 years ago
Justin Newberry
1cc555c37b
Tests: expand temporary directory helpers for more directories ( #29735 )
...
* create helpers for testing
* document it
* fix other tests
old-commit-hash: 405d09714c
2 years ago
Justin Newberry
302a450a14
bump submodules ( #29705 )
...
* bump submodules
* bump rednose
* fix dockerfiles
old-commit-hash: 7a4eaeaf9f
2 years ago
Kacper Rączy
41fd8b51e7
macOS: generate .pyenvrc during setup ( #29698 )
...
* Create .pyenvrc if it does not exist
* Replace source zshrc with pyenvrc
* Remove unnecessary variables if pyenv wasn't installed
* Add check fo PYENV_SHELL
* source instead of eval
* printf instead of echo
* leave previous pyenvrc path to source
* Add newline
* Change shebang
* Dont source the file after setup
* eval virtualenv-init too
* modify comment
* Just unset broken function on macos
old-commit-hash: 39d2517d3d
2 years ago
Justin Newberry
279bd020dc
Tests: logmessaged reduce global state ( #29680 )
...
* reduce global state
* use a decorator here too
* use that one
* use base imports
* ipchandler in setup
* move to common dir
* move to helpers
* wip
* fix the decorator
old-commit-hash: 5dc7028f91
2 years ago
Justin Newberry
b08c5d7517
Tests: test_caching reduce global state ( #29681 )
...
old-commit-hash: dd9b0231c6
2 years ago
Adeeb Shihadeh
cc29c6640d
pytest: strict config ( #29676 )
...
* pytest: strict config
* collection works
* fixes
old-commit-hash: 72e2e2c9ec
2 years ago
Justin Newberry
ffddeace6e
CI: fix sim/docs scons cache invalidation ( #29639 )
...
* fix sim and docs images
* fix that
* that's a weird issue
* exists should work fine
* as little diff as possible
old-commit-hash: 5716dfc9b5
2 years ago
Dean Lee
c99c0b51e3
cabana/MessageListModel: replace `match |=` with `match = match ||` ( #29667 )
...
old-commit-hash: 4f915f4f1a
2 years ago
Dean Lee
3d04606233
cabana: use a monotonic buffer to allocate CanEvent ( #29652 )
...
* use a monotonic buffer to allocate CanEvent
* set the next buffer size to 6MB
* static
* cleanup
* use const iter
* rename to insert_pos
old-commit-hash: 57ad4f02f8
2 years ago
Justin Newberry
643a13f27e
CI: use local scons cache instead of building a separate image ( #29634 )
...
* use local
* added ci_sim
* revert scons
* dont need these anymore
* same for sim
* fix dockerfiles
old-commit-hash: c46965fc27
2 years ago
Dean Lee
7a1b7d4206
cabana: improve frequency accuracy ( #29631 )
...
* improve frequency accuracy
* apply review
* 2 less lines!
* another!
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 2484548fdd
2 years ago
Dean Lee
dbf03eb2c2
scons: fix always generating car_fingerprint_to_dbc.json ( #29625 )
...
old-commit-hash: 86386fd87f
2 years ago
Justin Newberry
c4f322ce2d
Linter: remove pylint ( #29611 )
...
remove pylint
old-commit-hash: 1ee6ed4b16
2 years ago
Adeeb Shihadeh
61cf541322
Minimal build ( #29600 )
...
* add build flag for minimum build
* add minimal build
* update
* fix pj
* bump opendbc
* update subaru
old-commit-hash: 4917e22615
2 years ago
Dean Lee
de809632bf
cpplint: add filter `whitespace/comma` ( #29595 )
...
old-commit-hash: 7bfd3dac81
2 years ago
Dean Lee
0984736972
cpplint: add filter `build/include_subdir` ( #29585 )
...
old-commit-hash: 21da5a216f
2 years ago
Dean Lee
0702e273cb
replay: fix visionbuf alignment on device ( #26913 )
...
* align visionbuf
* update test case
* cleanup
* fix cpplint warning
old-commit-hash: 3c94d953ab
2 years ago