Dean Lee
6b3d2b5a80
cabana: fix panda stream issues ( #32537 )
...
fix segfault
11 months ago
Hoang Bui
d6a738bef7
tools/simulator: Remove superseded build script for sim docker ( #32546 )
...
* remove
* add those back
11 months ago
Adeeb Shihadeh
1eb938b8e8
Revert no pyenv ( #32547 )
...
* Revert "`ubuntu_setup`: fix `No module apt_pkg` error when setting up (#32526 )"
This reverts commit f4322666c6
.
* Revert "Removal of pyenv (#32512 )"
This reverts commit f5752121f8
.
11 months ago
Adeeb Shihadeh
accdade4cf
manager: move to system/ ( #32538 )
...
* manager: move to system/
* one more
11 months ago
Adeeb Shihadeh
cd21d64058
speedup pj demo test
11 months ago
Hoang Bui
613f73c53f
CI/simulator: metadrive test starts when OP engaged and world is initialized ( #32523 )
...
* fix metadrive start time
* fix
11 months ago
Mauricio Alvarez Leon
f4322666c6
`ubuntu_setup`: fix `No module apt_pkg` error when setting up ( #32526 )
...
* no apt_pkg fix
* check arch
* fix if
* cleanup
* reorder
* increase shm size for selfdrive tests
* add comment explaining reinstall
* refine
11 months ago
Mauricio Alvarez Leon
f5752121f8
Removal of pyenv ( #32512 )
...
* initial removal of pyenv
* remove .python-version copy in dockerfile
* successful image build with ppa
* update prompt
* pip install scons
* apt install scons
* finally fix dockerfile to work with venv
* cleanup userflow
* increase memory to 100m
* typos
* wrong variable
* lmao
11 months ago
Hoang Bui
fe9a091f11
CI: Drive a loop in MetaDrive ( #32308 )
...
* finish failure on crossing any line
* update
* standardize queue messages
* update control_command_gen
* fix
* fix logic
* update closing type
* update test
* update logic
* update test
* add out of lane to local
* ci arrive_dest
* pytest integration
* update ci_config
* fix ruff
* move test termination to time
* better
* better order
* curve_len
* add buffer
* cleanup
* cleanup
* cleanup
* cleanup
* out_of_lane
* cleanup
* merge tests
* run 90s
* change test name
* local out of lane detect
* out_of_lane
* static anal
* cleanup
* test_duration
* change setup_class -> setup_create_bridge
* no print state during test
* new out_of_lane detect
* cleanup print in common.py
* fix
* fix
* check distance vs time
* cleanup
* cleanup increase check time
* minimum bridge test time
* wording
* cleanup
11 months ago
Adeeb Shihadeh
406f30add4
more apt dependency cleanup ( #32502 )
...
rm
12 months ago
Mauricio Alvarez Leon
1203f5eeb3
minimize ubuntu deps. needed to run build openpilot ( #32492 )
...
* minimize common deps list
* fix
* fix endline error
* add portaudio3
* add build-essential
* upload old loggerd deps
* libqt5charts5-dev
* libncurses5-dev
* libbz2-dev
* libsqlite3-dev
12 months ago
Adeeb Shihadeh
b2e4c64cf8
ruff: enable UP
12 months ago
macdoos
e0fa26b1a4
split out dev apt dependencies ( #32476 )
...
* init
* add more extra packages
* update Dockerfile
* cleanup
* Update Dockerfile.openpilot_base
* needed to build
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
12 months ago
Hoang Bui
f3f22a5698
CI/simulator: Fix metadrive test `pyopencl.CompilerWarning` ( #32487 )
...
* add pytest.mark.filterwarnings
* remove -W pyopencl.CompilerWarning
* add comment
12 months ago
Mauricio Alvarez Leon
bd6bea39bf
deps: add rerun-sdk into pyproject.toml ( #32472 )
...
* add rerun-sdk into pyproject.toml
* install/wheel cleanup
* unpin version
12 months ago
Adeeb Shihadeh
c9531b463a
Revert "ui: single-threaded CameraView ( #32291 )"
...
This reverts commit dd6e2a400b
.
12 months ago
Adeeb Shihadeh
48e24321e8
remove libopencv-dev ( #32469 )
12 months ago
Hoang Bui
950aeae544
CI: fix metadrive test ( #32457 )
...
* fix test
* this?
* fix
* this?
* deprecation warning inside
* comment
12 months ago
Adeeb Shihadeh
3e023146d2
remove gcc from mac_setup.sh
12 months ago
Dean Lee
dd6e2a400b
ui: single-threaded CameraView ( #32291 )
...
single thread cameraview
12 months ago
Adeeb Shihadeh
52acae5797
remove dead webcam dockerfile
12 months ago
Hoang Bui
630e152900
Simulator: standardize queue messages ( #32313 )
...
* standardize queue messages
* update control_command_gen
* fix
* fix logic
* update closing type
* qmessagetype -> enum
* update type hint
* old close() makes more sense
* cleanup
* fix
* revert that
* revert that
* better name
* actually this is better
12 months ago
Adeeb Shihadeh
e1a697fee5
remove old valgrind replay test
12 months ago
cl0cks4fe
dd9d5d4528
Unittest to pytest ( #32366 )
...
* add pytest-asyncio
* switch common
* switch selfdrive
* switch system
* switch tools
* small fixes
* fix setUp and valgrind pytest
* switch to setup
* fix random
* switch mock
* switch test_lateral_limits
* revert test_ui
* fix poetry.lock
* add unittest to banned-api
* add inline ignores to remaining unittest imports
* revert test_models
* revert check_can_parser_performance
* one more skip
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
12 months ago
Greg Hogan
2a46d71fc8
logreader: skip internal source if connection refused ( #32418 )
...
* logreader: skip internal source if connection refused
* fix indentation
* fix spacing
* explicit ipv4 and tcp
12 months ago
Adeeb Shihadeh
1c481c5ad3
rerun.io proof of concept ( #32416 )
...
* Adding demo version for acceleration only
* Adding, plot any event
* Adding dynamic blueprint creation and menu to choose what to plot
* Adding, pool of processes for faster data visualization
* Adding, install rerun if not present
* Adding. thumbnail support
* Refactoring, minor cleanup
* -Use rerun pre-release
-Remove json as a middle format
-Replace recursion with stack-based approach
* Refactoring, using services from cereal instead of hardcoding them
* Use of lr.run_across_segments instead of pool,
Use of python dict instead of capnp objs - better performance
Use LogReader syntax
* Enable logging of liveTracks, pandaStates
* Use of plotjuggler user experience
* Fixing bug in log_msg function
* cleanup
---------
Co-authored-by: savojovic <jovo.savic00@gmail.com>
Co-authored-by: savojovic <74861870+savojovic@users.noreply.github.com>
12 months ago
Julio Salamanca
6aa17ab10a
Remove qlog param from demo example ( #32406 )
...
Remove qlog param from demo instructions
qlog param was removed in this commit
d7e7659852
12 months ago
Shane Smiskol
b895095031
Cleanup auto_fingerprints.py ( #32377 )
...
* messyyy
* super clean car wash
* rm
12 months ago
Dean Lee
b551e7c1a2
cabana: Implement Remote Route Browsing Feature ( #32332 )
...
browse remote routes
12 months ago
Shane Smiskol
f597d63bf6
PlatformConfig: clean up and print all flags ( #32369 )
...
* script to print flags
* don't need
* SAL
* back
* fix
12 months ago
Adeeb Shihadeh
f93b139098
remove tools/zookeeper/
1 year ago
Adeeb Shihadeh
1de6428896
remove foxglove, rerun is the future
1 year ago
Shane Smiskol
e5107b1eab
debug test_models script fixes ( #32362 )
...
* some things were renamed without checking
* fix that
1 year ago
Hoang Bui
aca01365e6
CI/Simulator: Add Metadrive test to CI ( #32352 )
...
* works consistently
* ci gha
* fix
* navd
* fix
* cleanup
* change button
* cleanup
---------
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
1 year ago
Dean Lee
5f8b53be33
cabana: fix the panda serial selector disappeared after `buildConfigForm()` ( #32342 )
1 year ago
Dean Lee
c0a2ce31ee
replay: fix hang issue on system wake-up ( #32341 )
...
fix hang issue on system wake-up
1 year ago
Dean Lee
d72f000d98
cabana: Improve seeking and zooming ( #32334 )
...
* Improve seeking and zooming
* No repeated calculation of freq
* set min zoom seconds to 10ms
1 year ago
Adeeb Shihadeh
a44add160e
prep for ubuntu 24.04 ( #32307 )
...
* update to ubuntu 24.04
* latest
* revert those
* fix that
* vla
* try that
* fix uid
* keep 20.04 support
* just prep for now
1 year ago
Dean Lee
37877185f8
cabana: show enum string in chart tooltip ( #32303 )
1 year ago
Dean Lee
3efd0ff4fa
cabana: increase cache limits ( #32295 )
1 year ago
Mauricio Alvarez Leon
bbbd510fcc
update pip/poetry versions ( #32289 )
1 year ago
Dean Lee
b13456f81f
replay: shared decoder context ( #32255 )
...
share decoder context
cleanup includes
1 year ago
Dean Lee
2d1078ee5b
cabana: some improvements ( #32161 )
...
some improvements
1 year ago
Dean Lee
a6396be53e
cabana: improve `DBCFile::parse()` ( #32160 )
...
improve parse()
1 year ago
Dean Lee
5e61775561
cabana: refactor HistoryLog for simplification and enhancements ( #32284 )
1 year ago
Dean Lee
bbd1648f05
replay: optimize memory usage with `MonotonicBuffer` ( #32278 )
...
Optimize Memory Usage with MonotonicBuffe
1 year ago
Dean Lee
618d73efd0
replay: use nanosleep on MacOS ( #32263 )
...
* use nanosleep on MacOS
* Update tools/replay/util.cc
Co-authored-by: Willem Melching <willem.melching@gmail.com>
---------
Co-authored-by: Willem Melching <willem.melching@gmail.com>
1 year ago
Dean Lee
bab8cdfdef
Cabana: bug fixes ( #32272 )
...
* Fix SIGSEGV due to thread race conditions after seeking
* adding ID as a secondary sorting factor
* fix gaps
1 year ago
Dean Lee
2c409e0980
replay: bug fixes and improvements ( #32193 )
1 year ago
Dean Lee
a824bd75ef
replay: refactor `Event` to remove the readers ( #32252 )
...
Refactor struct Event to remove the MessageReader from it
1 year ago