Dean Lee
e7aa4f16e5
replay: improve segment downloading ( #22504 )
...
* improve segment downloading
dd
* continue
* log retrying
* check aborting_ in loop
* std::endl
* log download information
* cleanup
* continue
* dd
* move download to seperate funciton
* simplify logging
* continue
* guard ts
* cleanup
* typo
old-commit-hash: 8d1d0c2cd7
4 years ago
sshane
b248cca6c6
Support 2022 Camry Hybrid ( #22613 )
...
old-commit-hash: 1299ec7582
4 years ago
Adeeb Shihadeh
16aed2e43d
relax the no connectivity time to two weeks ( #22607 )
...
old-commit-hash: 168493767e
4 years ago
Jason Wen
64a814af04
Hyundai: Add Hyundai Ioniq Hybrid 2017-2019 to CARS.md ( #22606 )
...
* Update CARS.md
* Update CARS.md
old-commit-hash: ae373ab572
4 years ago
Dean Lee
4f44e47aa1
replay: refactor FrameReader ( #22438 )
...
* decode from the previous keyframe after seek
* less memory
* some stream seems to contian no keyframes
* test random seek
* merge master
* continue
update test_cases
use fr
* merge master
old-commit-hash: 0189a19b8e
4 years ago
Adeeb Shihadeh
25cfa2b65a
tici: affine loggerd to efficiency cores ( #22581 )
...
old-commit-hash: 84de248fa7
4 years ago
Dean Lee
26d7db6649
replay: just load one segment to start replaying ( #22598 )
...
old-commit-hash: ccc07db1ee
4 years ago
Greg Hogan
824e71c885
hyundai: match stock when aeb is disabled ( #22580 )
...
* match stock when aeb is disabled
* add comment about instrument cluster warning
old-commit-hash: 3b60a25010
4 years ago
Minjie Xu
8120ce0a98
tools/setup: use OP_ROOT in cd ( #22600 )
...
old-commit-hash: a9672eabf4
4 years ago
Dean Lee
e88d98223b
replay: allocate events in contiguous memory pool ( #22535 )
...
* memory pool
* reserve events too
* remove dctor
* cleanup
* move pool into class LogReader
* cleanup include
old-commit-hash: 94b3d4d267
4 years ago
Dean Lee
5afb4b9731
replay: start streaming after segment loaded ( #22575 )
...
* start streaming after segment loaded
dd
* loop from beginning if reaches the end
* isSegmentLoaded
* one loop
* move to ctor
* delete stream_thread_ on exit
* pause streaming while testing seek
* Revert "one loop"
This reverts commit f029cd118f7ac876dee1dbf2b91478403211ad47.
* test:dummy stream thread
* cleanup
* start thread after vipcserver
old-commit-hash: f6de10b55a
4 years ago
Dean Lee
c39afc1b7a
replay: fix hanging on shutdown while downloading ( #22592 )
...
old-commit-hash: c73d9ddaa6
4 years ago
Dean Lee
457266ce89
CameraView: fix possible crash on 'fit in widget' mode ( #22594 )
...
old-commit-hash: 5735d69d47
4 years ago
Willem Melching
064fcd72d0
more release notes
...
old-commit-hash: afc26b04f0
4 years ago
Harald Schafer
92c2da52a9
plannerd: position std size check bug
...
old-commit-hash: 791de68689
4 years ago
Greg Hogan
961ca7d880
model position std should be exp(std) ( #22593 )
...
old-commit-hash: c1c402a821
4 years ago
HaraldSchafer
b8af16f22e
Update model_replay_ref_commit
...
old-commit-hash: e6545a7238
4 years ago
Jason Wen
095e5b55ff
Hyundai: Fix Ioniq Hybrid signals ( #22583 )
...
old-commit-hash: 03f4188219
4 years ago
FM
8eb8313509
Update README.md ( #22586 )
...
old-commit-hash: f6dd5dde5c
4 years ago
Adeeb Shihadeh
39099120a5
can_replay: use segments without an FCW
...
old-commit-hash: 7b5d915a68
4 years ago
Adeeb Shihadeh
087a332532
flush progress print from agnos and neos updaters
...
old-commit-hash: 7c611cd711
4 years ago
Dean Lee
5873c32178
framereader: remove swscale ( #22578 )
...
old-commit-hash: 085c424cf9
4 years ago
lipniak
69fb512da8
UI: add missing header to fix Ubuntu 21 build ( #22577 )
...
Co-authored-by: predicate@bonzo <noreply@example.com>
old-commit-hash: df9492d1e1
4 years ago
Comma Device
c28abda1d2
installer: fetch all for internal installer
...
old-commit-hash: d4b35dc130
4 years ago
Dean Lee
37212cdd24
Replay/framereader: fix c3 qcamera padding problem ( #22572 )
...
old-commit-hash: ae5eedb0b1
4 years ago
Dean Lee
09a378d1eb
tools/ui.py: support playing qcamera ( #22571 )
...
old-commit-hash: f564eca51d
4 years ago
Dean Lee
4e2be9ccda
replay: added a missing #include <array> on Mac ( #22573 )
...
old-commit-hash: 47ce0b4cd2
4 years ago
Adeeb Shihadeh
18b2d1fee0
thermald: log screen brightness ( #22570 )
...
* thermald: log screen brightness
* bump cereal
old-commit-hash: d708b5b546
4 years ago
Dean Lee
50cf6fd948
replay: fix possible segfault in CameraServer ( #22556 )
...
old-commit-hash: 20b0ae0e65
4 years ago
Adeeb Shihadeh
3802eab361
only check low battery on EON
...
old-commit-hash: 74a3c92704
4 years ago
Adeeb Shihadeh
d7fd6c3f00
sort toyota and lexus models
...
old-commit-hash: b427d4acc5
4 years ago
Min CHO
2ecf9a9d55
Add fingerprint for 2022 Korean RAV4H_TSS2 ( #22565 )
...
old-commit-hash: 0f8c3cdbf8
4 years ago
Dean Lee
f5335bd42d
replay: refactor Route and Segment ( #22531 )
...
* new functions
* fix wrong call to qUrl::isLocalFile
* cleanup
* keep extension in cached files
* cleanup
* simplify segment
* delete thread
* add output
* pre-decompress
* remove suffix
* revert remove suffix
* 1 connection for log file
* cleanup
* segment may not be continuous,use map
* don't emit finish if aborting_
* use QFuture and thread pool
* cleanup
* fix segfault in LoadFromLocal
* cleanup
* handle segment failed to load
* output info
* continue error handling
* Remove redundant testSeekTo
* cleanup
* always return true
* keep time is ok now
change to 1s
write 1 byte at the end of the sparse file
* log loading segment
* merge #22476
* Update selfdrive/ui/replay/logreader.cc
* correct connect
* pub message in function
* typo
* Update selfdrive/ui/replay/replay.cc
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: acc52ece20
4 years ago
Dean Lee
b87ec5ad68
watch3: fix layout warning ( #22566 )
...
old-commit-hash: 3de2cd897b
4 years ago
Adeeb Shihadeh
3e3386f084
remove external/ ( #22484 )
...
old-commit-hash: 901f1e5952
4 years ago
Adeeb Shihadeh
efa7998d5f
update pre-commit hook versions ( #22526 )
...
* update pre-commit hook versions
* fix mypy
old-commit-hash: a255449539
4 years ago
Vivek Aithal
80600a77dc
expose filter internal states and stds ( #22564 )
...
old-commit-hash: f1546e6552
4 years ago
Jason Wen
748ef217c7
Hyundai: Add Kona EV and Kona HEV to higher STEER_MAX limit ( #22520 )
...
old-commit-hash: c2a5f0ade2
4 years ago
Jason Wen
872f78e615
Hyundai: Add FW for 2022 Hyundai Santa Fe ( #22559 )
...
* Hyundai: Add FW for 2022 Hyundai Santa Fe
* Apply suggestions from code review
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: fe7ab37b7b
4 years ago
Adeeb Shihadeh
7011ab48af
add note about WSL2
...
old-commit-hash: a6f44092ce
4 years ago
Dean Lee
78f3f21f90
HardwarePC::TICI() : use util::getenv ( #22532 )
...
old-commit-hash: 1e78a06b84
4 years ago
Adeeb Shihadeh
16736a0186
update pre-commit version ( #22560 )
...
old-commit-hash: ad32a2d27b
4 years ago
dlsp
1779243675
params: include `optional` header ( #22553 )
...
old-commit-hash: c6b210da02
4 years ago
Vivek Aithal
0bc7ccfbaa
remove confusing logic in live_kf, move to locationd ( #22558 )
...
old-commit-hash: d22f57e36d
4 years ago
Adeeb Shihadeh
b8215f213c
update to python 3.8.10 ( #22551 )
...
* update to python 3.8.10
* update CI
* add note about update_requirements.py
old-commit-hash: 7386d4f6c3
4 years ago
Greg Hogan
45d9f8ecc2
ModelDataRaw struct with fixed size arrays ( #22544 )
...
* convert pose
* fix indexes
old-commit-hash: 21e58f9f4a
4 years ago
Chris McCammon
da149b17ca
C-HR Firmware ( #22549 )
...
old-commit-hash: 12353bbea9
4 years ago
Dean Lee
535550540f
modeld: more readable fill_model ( #22540 )
...
* more readable fill plan_t_attr
* remove parameter column_offset from fill_xyzt
old-commit-hash: ac9bef1f64
4 years ago
HaraldSchafer
ddf8afac39
Update install readme ( #22547 )
...
* Update README.md
* Update README.md
old-commit-hash: a437fda2fe
4 years ago
ZwX1616
f68a698f75
Update RELEASES.md
...
old-commit-hash: 45f4f3da18
4 years ago