Commit Graph

16653 Commits

Author SHA1 Message Date
Adeeb Shihadeh aa72de42c5 master and forks aren't dirty
old-commit-hash: 3f89834e4e
2022-01-17 13:51:30 -08:00
Dean Lee a317526771 ui/networking: async dbus calls (#23535)
* async dbus calls

* simplify get ip address

* Revert "simplify get ip address"

This reverts commit 7ade7ec57dd0bb76cb3194f94f039498fdcd8881.

* cleanup getConnectionPath()

* remove unused functions

* cleanup

* rename to getIp4Address

* clenup class definition
old-commit-hash: f7932f874d
2022-01-17 12:12:58 -08:00
Erich Moraga 60b8237999 Add missing CAMRY_TSS2 engine & fwdCamera f/w (#23555)
`@Koda(Sleepy)#4682`  2021 Camry LE (ICE)  DongleID/route  3653e5d0dbd0d7ed|2022-01-16--21-15-20
old-commit-hash: e38564b154
2022-01-17 18:07:52 +01:00
Dean Lee d0bfd37a95 controlsd: remove extra space (#23553)
old-commit-hash: 5cd103c3d4
2022-01-17 13:51:44 +01:00
Willem Melching 5cb4528fc3 thermald: move dbus and other slow calls into thread (#23525)
* split thermald in threads

* small cleanup

* type

* already done that

* add none check

* fix sleep

* shut down on exception
old-commit-hash: 850a2307d6
2022-01-17 12:06:37 +01:00
Willem Melching 651df33062 test_logcatd_android.py: catch unicode decode error
old-commit-hash: fe0f9aaa4f
2022-01-17 11:33:26 +01:00
GregorKikelj 11e2b91c5e docs/cars.md: fix brand sorting (#23551)
old-commit-hash: d5bdf1e951
2022-01-16 17:03:04 -08:00
Dean Lee 3e286dd194 swaglog: Fix random test failure (#23546)
* print info

* retry zmq_recv on errors

* get line no from __LINE__

* cleanup

* renmae msg to thread_id
old-commit-hash: 1221d8887c
2022-01-16 09:36:52 -08:00
Cameron Clough c8b79d56f5 Toyota: fix typo (#23548)
old-commit-hash: a6e8d31602
2022-01-16 09:35:53 -08:00
Adeeb Shihadeh 250da7d66b sentry: rotate keys
old-commit-hash: cf89ded041
2022-01-15 10:13:11 -08:00
Adeeb Shihadeh 246c6570c0 sentry: rename release environment to release
old-commit-hash: 345c48abbb
2022-01-15 09:15:46 -08:00
Dean Lee 07d1094f84 ui: fix invalid line vertices on startup (#23541)
old-commit-hash: 6bd0e4b087
2022-01-15 09:09:24 -08:00
Adeeb Shihadeh fa8ba3617b sentry fixups (#23249)
* set env

* do init in same place

* no sentry for forks

* start session

* start session

* remove that

* val
old-commit-hash: b63bc89bc9
2022-01-14 15:25:16 -08:00
George Hotz 58a47e25bb camerad: Out of bounds memory write (#23534)
* parens were totally wrong

* cleaner
old-commit-hash: 7e83d9a618
2022-01-14 15:22:28 -08:00
Adeeb Shihadeh 2013e086ba shutdownd is non essential
old-commit-hash: c6b892fe58
2022-01-14 11:59:04 -08:00
Dean Lee bbb691238a ui/networking: simplify dbus calls with a helper function (#23531)
* simplify d-bus calls

* move template function to source file
old-commit-hash: 43a2674ffc
2022-01-14 11:46:45 -08:00
Adeeb Shihadeh ccf91380f2 manager: log exit reason (#23532)
old-commit-hash: 308a6f1730
2022-01-14 08:55:51 -08:00
Dean Lee a2caf11b9f ui/networking: combine connect functions into one (#23522)
old-commit-hash: 39d904d2aa
2022-01-14 08:42:29 -08:00
Dean Lee 47d5114c1f ui/WifiManager: inherit from QObject instead of QWidget (#23523)
old-commit-hash: 75be1223f8
2022-01-14 08:40:39 -08:00
Dean Lee 77b0d4363c MainWindow::eventFilter: add static keyword for evts (#23521)
old-commit-hash: 785180d234
2022-01-14 15:28:38 +01:00
Willem Melching 4b0cd07836 boardd: panda_state_thread run closer to 2 Hz (#23529)
* boardd: panda_state_thread run closer to 2Hz

* make explicit
old-commit-hash: b75e410779
2022-01-14 15:08:39 +01:00
Willem Melching 4c5a5581db thermald: let manager handle shutdown (#23528)
* thermald: let manager handle shutdown

* add warning so its actually sent
old-commit-hash: 53ca036006
2022-01-14 14:13:32 +01:00
Willem Melching 6346a84060 thermald: remove panda disconnect logic (#23526)
* thermald: remove panda disconnect logic

* keep that
old-commit-hash: ed23177898
2022-01-14 14:13:18 +01:00
Willem Melching f6ba27a1ea thermald: remove brightness setting on ui crash (#23527)
old-commit-hash: e72eb1d472
2022-01-14 14:06:21 +01:00
Willem Melching 0e06079700 thermald: remove modem version log (#23524)
old-commit-hash: ef3a549fac
2022-01-14 12:20:12 +01:00
Adeeb Shihadeh 2f87bde2ff Log android system shutdown to param (#23520)
* Log android system shutdown to param

* comment

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 610b99fd68
2022-01-13 22:40:35 -08:00
Adeeb Shihadeh 7ea602dafe swaglog: add daemon name to context (#23518)
* cleanup first

* add daemon name

* add test

* fix

* daemon name
old-commit-hash: 8c53adf4ab
2022-01-13 20:23:08 -08:00
Dean Lee 12c511b1e0 swaglog.cc: add test case. fixed the ctx of the first message is empty (#23226)
* test case

* add to selfdrive_tests.yaml

* fix ctx_j is empty

* check return value too
old-commit-hash: feae37541f
2022-01-13 20:03:07 -08:00
Dean Lee a1d3ab2ea1 controlsd: cleanup parsing android log (#23421)
* cleanup parse android log

* global CSID_MAP

* use generator express

* cleanup

* no walrus

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: fd042a5924
2022-01-13 19:43:22 -08:00
cydia2020 d08d16bb6c Toyota: DBC signal renames (#23452)
* rename signals

bump opendbc

* bump opendbc

* bump opendbc

* bump opendbc

* bump opendbc

* bump opendbc

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 9f4fd73b52
2022-01-13 19:37:39 -08:00
Dean Lee d8f55a81ab UI: reset interactivity timeout on PC (#23508)
* reset interactive timeout on pc

* cleanup

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 6dbae9593e
2022-01-13 19:20:22 -08:00
Greg Hogan 20670f0740 filereader better name for cd:/ replacement
old-commit-hash: a6b46c311e
2022-01-13 18:21:19 -08:00
Greg Hogan c0e265b859 fix filereader cd:/ replacement
old-commit-hash: df35ebdceb
2022-01-13 16:09:56 -08:00
Jason Young b32725c94f Chrysler: remove standstill exception for gas disengage (#23515)
* Chrysler: remove standstill exception for gas disengage

* remove test exception

* bump panda

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 57156c4482
2022-01-13 16:06:56 -08:00
Greg Hogan 0b659ce9b6 eliminate xx filereader (#23514)
* eliminate xx filereader

* framereader cleanup
old-commit-hash: d5f4fdb1db
2022-01-13 15:56:54 -08:00
Adeeb Shihadeh 597535c014 linter: don't allow implicitly concatenated strings (#23513)
* linter: don't allow implicitly concatenated strings

* fix hyundai
old-commit-hash: 2c94f15584
2022-01-13 14:19:38 -08:00
Drew Hintz ef70d0689a Subaru: fix missing commas in fingerprints (#23512)
old-commit-hash: 6d5dce2ed5
2022-01-13 14:07:00 -08:00
Willem Melching f2b644eeb2 pandad: only reset pandas on first run (#23511)
old-commit-hash: 15380139ef
2022-01-13 15:52:59 +01:00
Willem Melching 3dc68080d4 can_printer.py: default no ascii
old-commit-hash: 6d16b0c02b
2022-01-13 15:50:50 +01:00
jonjander e89925694d Kia Niro EV - replace \000 by \x00 (#23509)
Co-authored-by: Jon Jander <jon.jander@ptj.se>
old-commit-hash: fcfea4cadc
2022-01-13 15:14:28 +01:00
Willem Melching 533e32c409 bump cereal: more qlog decimation
old-commit-hash: c84a085e82
2022-01-13 12:04:43 +01:00
Dean Lee 7f9069cb34 controlsd: check self.enabled out of the any() (#23507)
old-commit-hash: 48b6dfa15d
2022-01-13 11:53:04 +01:00
Willem Melching 729973f511 Do not disable loggerd when below 5% space (#23440)
old-commit-hash: 9e1428fd84
2022-01-13 10:31:37 +01:00
Greg Hogan 3cffc7c175 cleanup .gitattributes (#23503)
old-commit-hash: c214aee2d6
2022-01-12 23:07:06 -08:00
Adeeb Shihadeh 88f0be8372 add pre-commit hook for large files (#23505)
old-commit-hash: ee52a61c7d
2022-01-12 22:52:58 -08:00
Adeeb Shihadeh 8f9a6b06df tools: add bootlog helpers (#23504)
* tools: add bootlog helpers

* this is nice

* types
old-commit-hash: 7d7c0ff35f
2022-01-12 21:37:43 -08:00
Vivek Aithal e4c2c2cf2e use roll std from locationd (#23449)
* use roll std from locationd

* cleaner

* add todo

* new ref

Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
old-commit-hash: f808b174af
2022-01-12 21:37:09 -08:00
Dean Lee f112aef5a7 calibrationd: Don't repeatedly call get_valid_idxs() (#23473)
* optimize

* rpy_init should be np.array

* rename to rpys
old-commit-hash: e5f9af4a6e
2022-01-12 15:34:17 -08:00
Dean Lee 2bb2545d57 calibrationd: fix indentation (#23502)
old-commit-hash: de572c3755
2022-01-12 14:40:02 -08:00
Adeeb Shihadeh 14dbd6b1f5 process replay: handle inf and nan in absolute tolerance
old-commit-hash: 9941c99f7c
2022-01-12 13:34:46 -08:00