Commit Graph

1640 Commits

Author SHA1 Message Date
Adeeb Shihadeh 252ebb6788 cpu usage test debug print
old-commit-hash: d0ebf09d561b60dd6602e932e6d0ab6b4cad1830
2020-11-14 14:05:54 -08:00
Melowec 2a27cb997b Add 2017 Lexus IS 350 (#2553)
* Add 2017 Lexus IS 350

* Remove v1 fingerprint

* Fix prev commit
old-commit-hash: dc819a3df138f3dc39f81489d5bd539901eaf960
2020-11-14 13:52:54 -08:00
ZwX1616 7f85b498be stop pc from spamming logs (#2544)
old-commit-hash: cf21720e1ae451286e6fd26fd6192d55914afa41
2020-11-13 16:26:30 -08:00
Chris McCammon 73bcb95157 2019 Camry fw
Dongle ID 0051f25673803319

old-commit-hash: ba7534f01c95294d210cb0f73240932a3277610d
2020-11-13 12:46:56 -08:00
Adeeb Shihadeh 08e1e45753 improve onboarding (#2537)
old-commit-hash: eae04fc67e3a0185b0de9a54ddaff70469775645
2020-11-12 21:37:02 -08:00
Adeeb Shihadeh 7ba5da6a7d larch64 text window
old-commit-hash: 5c0bfe9f10b7025e52bbfc73d10825c5698d8e7d
2020-11-12 19:57:46 -08:00
Adeeb Shihadeh 75f3d1a875 larch64 spinner
old-commit-hash: 51cc8a6b8461091f2c14c930387f273b6bf30c4b
2020-11-12 19:56:55 -08:00
ZwX1616 3da8dc9b25 use enabled flag from controlsState instead of carState (#2518)
* use enabled from controls instead of carstate

* update process replay

* rm

* fix long test

* update reff

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: d8fea41b2af0de53d649612513535d9f9595c088
2020-11-12 17:30:33 -08:00
robbederks 394a3f4d86 Tici Focal (#2459)
* fix i2c

* fix libi2c (again?)

* qt 5.12.8

Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: c5c875bad990475a48dd01ec7dad0ff6a83010d3
2020-11-12 17:09:36 -08:00
Adeeb Shihadeh d5990d0ef7 only qcom
old-commit-hash: d5a8444d6c9457bffbf929fe9314dfd210cf9e94
2020-11-12 16:19:28 -08:00
Neptos 4e72c2b580 Add fingerprint for european/nordic Hyundai Kona EV 2019 (#2515)
Co-authored-by: Mattias Berg <mattias.berg@gambitgroup.fi>
old-commit-hash: 3811c49fd79553f3eacb3aeee807ebd242542aaa
2020-11-12 14:50:38 -08:00
Jon Ander Oribe 9f61dd6254 Simple improvements for quality gate (#2517)
* Improvements for quality gate

* Update test_xattr.py

* Update test_mpc_wobble.py

* python

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 887d67eb8d8d2da8e07ff3a74517b620afa9542a
2020-11-12 14:48:45 -08:00
Adeeb Shihadeh be77d9c02f Qt setup + installer (#2511)
* getting started

* setup screens

* cleanupg

* url input

* installer

* setup

* installer
old-commit-hash: 7b72bbe9f3743a16edf31c44506c7f62a43b081b
2020-11-12 11:31:02 -08:00
Dean Lee ed4c4cd8b3 remove std::clamp (#2530)
old-commit-hash: 91f79acac3ef63d28d5884bf2947eb7b692666cc
2020-11-12 11:30:04 -08:00
Harald Schafer a8f5a9834a update comments
old-commit-hash: 69077145100242a72d9725e04b3d7808300f8abb
2020-11-12 10:21:27 -08:00
Harald Schafer 06f36e22cf a new dawn
old-commit-hash: a991e8af9c60cd8866986789e58824b04983b86c
2020-11-11 20:45:36 -08:00
HaraldSchafer 008f37c749 Torch model (#2452)
* refactor draw model

* rebase master

* correct valid_len

* rename function

* rename variables

* white space

* rebase to master

* e16c13ac-927d-455e-ae0a-81b482a2c787

* start rewriting

* save proress

* compiles!

* oops

* many fixes

* seems to work

* fix desires

* finally cleaned

* wrong std for ll

* dont pulse none

* compiles!

* ready to test

* WIP does not compile

* compiles

* various fixes

* does something!

* full 3d

* not needed

* draw up to 100m

* fix segfault

* wrong sign

* fix flicker

* add road edges

* finish v2 packet

* Added pytorch supercombo

* fix rebase

* no more keras

* Hacky solution to the NCHW/NHWC incompatibility between SNPE and our frame data

* dont break dmonitoringd, final model 229e3ce1-7259-412b-85e6-cc646d70f1d8/430

* fix hack

* Revert "fix hack"

This reverts commit 5550fc01a7881d065a5eddbbb42dac55ef7ec36c.

* Removed axis permutation hack

* Folded padding layers into conv layers

* Removed the last pad layer from the dlc

* Revert "Removed the last pad layer from the dlc"

This reverts commit b85f24b9e1d04abf64e85901a7ff49e00d82020a.

* Revert "Folded padding layers into conv layers"

This reverts commit b8d1773e4e76dea481acebbfad6a6235fbb58463.

* vision model: 5034ac8b-5703-4a49-948b-11c064d10880/780  temporal model: 229e3ce1-7259-412b-85e6-cc646d70f1d8/430  with permute + pool opt

* fix ui drawing with clips

* ./compile_torch.py 5034ac8b-5703-4a49-948b-11c064d10880/780 dfcd2375-81d8-49df-95bf-1d2d6ad86010/450 with variable history length

* std::clamp

* not sure how this compiled before

* 2895ace6-a296-47ac-86e6-17ea800a74e5/550

* db090195-8810-42de-ab38-bb835d775d87/601

* 5m is very little

* onnx runner

* add onnxruntime to pipfile

* run in real time without using the whole CPU

* bump cereal;

* add stds

* set road edge opacity based on stddev

* don't access the model packet in paint

* convert mat.h to a c++ header file (#2499)

* update tests

* safety first

Co-authored-by: deanlee <deanlee3@gmail.com>
Co-authored-by: mitchell <mitchell@comma.ai>
Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: George Hotz <george@comma.ai>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 08846b5c0ec3a5299c8cb73904da15a18d3aaccf
2020-11-11 20:31:46 -08:00
ZwX1616 b0bb9daf21 continued: Update DM awareness times (#2527)
* Gets us 6 seconds before making sound (up from 2s; 9s originally)

* Average last two awareness times

* This alert shows up every ~20 seconds, distracting

* Revert "Average last two awareness times"

This reverts commit 2fd7e7a44c708039e1692dcc14ee913ef88bb37e.

* update ref

* update test

* update ref

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: faf8b1fd826575c179e6442d5f4f1055eeecb11c
2020-11-11 14:24:32 -08:00
ZwX1616 ba4c06a566 use different SubMasters for driverState/sensorEvents (#2522)
* use different sms

* rename
old-commit-hash: 4954db0381264b84aa238da4f9d429cff49bcf24
2020-11-11 13:53:11 -08:00
grekiki 0b902a02c1 Scons builder for cython extensions (#2485)
* complie boardd without python

* not good, but don't want to lose the file, because it works

* clean a bit

* update dbc

* should build on CI

* not good, but don't want to lose the file, because it works

* clean a bit

* should build on CI

* remove unneeded path

* reorder paths

* reduce diff

* and now it works?!

* ... should work in CI

* add kj, 30% chance to fix macos

* pydebug

* new way to find path

* fix :)

* tested

* sanity check

* repl. MacOS flags

* hope it works

* need more logs

* need more logs2

* test if it works

* should work on CI

* correct python file

* should not work

* cleanup

* real cleanup

* more removals

* 50% of file

* transformations

* fixed a hardcoded variable

* more logs

* simpl.

* kalman

* all donw if it passes tests

* cleanup

* reduce code by 20 lines if this works

* fix bugs

* cleanup

* SharedLibrary

* cleanup

* ...

* remove unused

* CI fix maybe?

* add more valid path

* more logs

* ...:

* fix webcam CI

* remove WError flag

* deprecated is not an error

* more Wno things

* reduce diff, add Wno to env

* don't import nonexistent stuff

* SharedLibrary v2

* less custom env

* renaming, remove SharedLibs

* pack libs in envCython

* experiment

* better docker caching

* whitespace

* more docker caching

* improvement

* improvements

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 9529764549b8c59f7cf141ff3d2d9613ab53beab
2020-11-11 21:14:51 +01:00
Willem Melching 2e3337d654 paint.cc: fix drawing lane lines on sidebar
old-commit-hash: 8896b7a7911b5d6cb856aeeb1f8f04e4e15c2584
2020-11-11 02:12:55 -08:00
HaraldSchafer b7ae2e9e85 Fix lane width (#2520)
* use prob modifiers in lane width calc

* update ref

* update ref
old-commit-hash: f7d1ace8836e02689d344561586e966758e99d23
2020-11-10 21:12:36 -08:00
HaraldSchafer 902d107af1 cleanup planner (#2519)
* no reason for external function

* dont need d_poly for this test

* dont copy float

* typo
old-commit-hash: 39f27f9d6a0d486e9d965fb2f3eb28caa12476a0
2020-11-10 14:42:43 -08:00
Chris McCammon 79094b843e Corolla 2021
old-commit-hash: 01914a1a91ade18bd7aead99e7d1bf38cd22ad89
2020-11-09 18:03:44 -08:00
Willem Melching fc0b6f099f Revert "convert mat.h to a c++ header file (#2499)"
This reverts commit 607866bb60ba1c69c6f777082c5ea787e895a251.

old-commit-hash: f2c8a6122d881fbee5bbdd1cf16f8541ce33260b
2020-11-09 01:41:36 -08:00
Dean Lee 6f500ee98a fsync_dir: remove goto (#2498)
old-commit-hash: 1bd1c961efccfa99936dd7e096356af3fa5243ed
2020-11-09 01:21:48 -08:00
Dean Lee 13a25b9e27 convert mat.h to a c++ header file (#2499)
old-commit-hash: 519c043a63c9286f55b5a4325604489da087957a
2020-11-09 01:19:09 -08:00
Shane Smiskol a600b9c0e2 some laneplanner updates (#2505)
old-commit-hash: dca6f61db94705e4d15db93d5fa26e359f41ac57
2020-11-09 01:15:29 -08:00
Adeeb Shihadeh ada81dda94 remove old loggerd priority
old-commit-hash: e88775a224502667be18bbedc655fa647ae83bd9
2020-11-08 15:44:04 -08:00
Adeeb Shihadeh 035ee027ff give loggerd min rt priority
old-commit-hash: 8f44e695835edbba79b913607d73f7735df060eb
2020-11-08 15:42:08 -08:00
Adeeb Shihadeh 46519c7eb4 don't show unspported alert with no health packet
old-commit-hash: 30112f9addccf8c4ae7e32f608fd845bda0985fa
2020-11-08 15:22:27 -08:00
HaraldSchafer 4bd3ffa94b No uncertain ll (#2495)
* initial, needs tune

* support metrics

* a little more

* wrong type

* fixup

* update refs
old-commit-hash: 26583b1b85cfe496300ab61310c3489b542ecead
2020-11-06 21:01:16 -08:00
Adeeb Shihadeh 3a05f06ced Qt spinner (#2494)
* move android spinner

* qt spinner

* rotation

* nothing by default

* spin spin

* fix rotate

* style

* spinner for all

* -2

* unused
old-commit-hash: 6c86afee16c706a3c8e787d576ead509373e6b55
2020-11-06 18:44:04 -08:00
Adeeb Shihadeh 57de41eae5 Qt text window (#2489)
* qt text window

* auto size

* real text

* this is cleaner

* fix android build

* exit on pc

* tici fixes
old-commit-hash: 68ba1649b91984c106491cf1894c3f44f21a34df
2020-11-06 12:05:24 -08:00
ohber 97ad004fe1 Genesis G70 fingerprint and tuning (#2491)
* Modify tuning and values.py for G70 support

* revert ignored fingerprint change

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 548d92490d3a4c7925d28a4079382682b15284e7
2020-11-06 10:32:32 -08:00
Adeeb Shihadeh 2dc7e12c29 remove wrong fw version from genesis g70
old-commit-hash: 496107321bee4f4426ab6e30a5fd288e249440d4
2020-11-06 09:45:32 -08:00
Adeeb Shihadeh 94dba4c2a4 hyundai cleanup (#2486)
* small hkg cleanup

* little more
old-commit-hash: 5f472acf4c77ebb80ef50955c285261dd42c11f8
2020-11-05 14:35:28 -08:00
Adeeb Shihadeh 0f2dfbfc52 trim trailing whitespace
old-commit-hash: 818bd8a591193b891cee44726203de327c5dd7fb
2020-11-05 14:11:41 -08:00
Adeeb Shihadeh f60d0d8948 add kia optima fingerprint
old-commit-hash: e511d62d0f70fc004b1cb11019539a6ba27108bf
2020-11-05 14:00:02 -08:00
ZwX1616 4dc3fb994e generalize camera assumptions (#2423)
* clean up 1

* complain

* cleanup

* make models api generic

* clean up 2

* cleanup

* remove unused
old-commit-hash: c0946c8bdbaac0029c67e0b2ba4e591f591790eb
2020-11-05 13:22:28 -08:00
HaraldSchafer fcb995e19c set y too (#2448)
* set y too

* new ref
old-commit-hash: e6668625fa8c0dec0277a87ce3d5bfad4a1a55a6
2020-11-04 19:52:05 -08:00
Adeeb Shihadeh 435d16ab87 qt sound cleanup
old-commit-hash: 1690fd62c2c93add43da8951867fdeae46092683
2020-11-04 11:48:34 -08:00
Adeeb Shihadeh b251e323b0 qt cleanup (#2476)
old-commit-hash: b00cb389efa4e197eb2d9f7bf45d973f9f9dc97c
2020-11-04 11:16:34 -08:00
Adeeb Shihadeh 6e078827b3 check for safety mode mismatch (#2443)
old-commit-hash: 89d02dcf97d60585f9c627f11fdd75387d632b83
2020-11-04 11:12:15 -08:00
Adeeb Shihadeh f25cec394e grey panda is unsupported (#2458)
old-commit-hash: 47c21f10f598639307994392e96f4d9293b295c7
2020-11-03 19:56:25 -08:00
Christo Mitov ac75ea342b switch build flags to use opengl framework rather than gl library for OSX (#2467)
* switch build flags to use opengl framework rather than library for OSX

* little cleaner

* arch

Co-authored-by: thatsaboi <thatsa@boi.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 029be4901217ba4aada3a24b5b3d113aee359369
2020-11-03 19:54:29 -08:00
Adeeb Shihadeh 68b4380545 update process replay test routes (#2482)
* update bosch route

* update rfs

* bump refs
old-commit-hash: 37959207502c366d783972243a0d02f6ba0a91df
2020-11-03 18:44:35 -08:00
Chris McCammon 424aa02f29 Add HRV fw
old-commit-hash: 6c80ceb18108dcb77bd5294b3ca62776da5adfc2
2020-11-03 15:54:01 -08:00
Adeeb Shihadeh 09034a6147 Car Port: Lexus NX300 (#2481)
* Adding 2018 Lexus NX 300

* adding test model

* Update README.md

adding lexus nx 300 to readme

* update route

* add nx dbc to release files

* fix readme

* add to release notes

Co-authored-by: matt12eagles <matt12eagles@gmail.com>
old-commit-hash: 4d0745504b8ca0a49e5314d70b81c49e8ee8aea7
2020-11-03 15:43:52 -08:00
Adeeb Shihadeh fa598d6db9 add lexus ES hybrid fw
old-commit-hash: 024123991b7d6fada32e31d1db0aa6c0d997dfe5
2020-11-03 08:55:44 -08:00