Commit Graph

87 Commits

Author SHA1 Message Date
Harald Schafer
a0a2f24fcc this wasnt the issue
old-commit-hash: adac0135b355d4f14ac627db17f0da3b5722234d
2020-03-26 17:25:21 -07:00
Harald Schafer
b2b1a83ce5 lane comp
old-commit-hash: 16c84074f2ba9b60a700e12097fb4c1baaf27453
2020-03-26 14:01:36 -07:00
Harald Schafer
6f97b0c21e better nothing than wrong
old-commit-hash: cc5b9b32bf10806e74fc15f4dfd1aae6c200f8e3
2020-03-24 11:01:41 -07:00
Willem Melching
5e9e9b0899 Paramsd tuning
old-commit-hash: bb1557f8de5d73589882c09737b8f3f08c20305f
2020-03-24 09:40:14 -07:00
Harald Schafer
afe66c742e correctness is expensive
old-commit-hash: 82f316732a013c463f0b67570ede64b72c556520
2020-03-23 18:02:59 -07:00
Willem Melching
a3568be0b0 paramsd improvements from branch
old-commit-hash: a24d08e569d4ccf25572d7e174beafed0dec8117
2020-03-23 16:57:05 -07:00
Harald Schafer
83ea66cbfb need sqrtsd
old-commit-hash: bcbcd96d92e1f2f05e918f74e42799b15eb18d1a
2020-03-18 15:23:59 -07:00
HaraldSchafer
3cbcb862c6 stricter calibration requirements (#1227)
* stricter requirements

* update refg

Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 628e7e69682f32a6c076d9cacc2ade37121d6f49
2020-03-13 11:15:58 -07:00
Willem Melching
7002527ad0 Don't build all the kalman filters on the phone
old-commit-hash: 6be97f6396a89199c44882ed96bd2eed322a77d1
2020-03-12 15:46:38 -07:00
Willem Melching
ea1c97cab7 EKF global variable support (#1230)
* Add global variables to kalman filter code

* fix linter
old-commit-hash: e28832b359a2981b6ebeb9f1f3d5bbe72248993c
2020-03-12 12:52:31 -07:00
Willem Melching
566eff0c60 Use calibrated reference frame instead of device frame
old-commit-hash: 2abc1a299f580412246f1be1ae5ead66bab4c804
2020-03-09 13:29:30 -07:00
Willem Melching
4073c3f724 Correct reference frame name in car_kf
old-commit-hash: 01a14400cb0190f7c24e8c9878c2b76c68125efe
2020-03-09 12:49:52 -07:00
Willem Melching
52f033a0de Use new locationd packet in paramsd
old-commit-hash: 01ac9d47220ad1730d095685bca13087fb600bad
2020-03-09 12:45:04 -07:00
Shane Smiskol
682c866a55 initialize all messages in 1 line (#1206)
old-commit-hash: 6ff881f7894d0117099787e56ec0966bfc63fa7c
2020-03-05 17:32:52 -08:00
HaraldSchafer
b038c1f93b Locationd packet (#1204)
* initial

* add desire

* initial

* some progress

* fill in, untests

* add timestamping

* fixes

* unix timestamp

* no debug print

* cleanre

* normal syntax

* no laika

old-commit-hash: 24eeec4e0b236ce87b98f237c775d783f6c82964
2020-03-05 15:59:49 -08:00
Harald Schafer
9e86d1d5fb unstable init
old-commit-hash: a8f2dbe727e8b999a4e1df024abf919c35b1ac7d
2020-03-04 18:20:10 -08:00
Willem Melching
7d0ed178dc Kalman filter to identify vehicle parameters (#1123)
* full vehicle model simulator

* Add vehicle model

* Model compiles

* Close enough

* Simulation works

* Add fast angle offset

* Tune fast angle offset learner

* Create live service for paramsd

* Better clamping

* Fix rotation matrix

* Cleanup before merge

* move debug script to debug/internal

* revert plannerd change

* switch vehicle model to corolla

* fix valid flag

* Bigger stiffness range

* Lower process noise on steer ratio

* Tuning

* Decimation

* No maha tests

old-commit-hash: c9ecab2139cd0b15bba49dcc30e07c7b0f33c6ef
2020-02-26 16:19:02 -08:00
Adeeb
65a2c62114 Abstract common events + event cleanup (#1129)
* too many if

* unused

* whitespace

* key

* sefldrive/car/*

* no more gctx

* lower

* start abstracting common events

* all cars

* start small

* all cars

* reverse gear

* wrongCarMode

* wrongGear

* espDisabled

* steerUnvailable

* make linter happy

* c isn't used

* fix esp_disabled in VW

* update ref

* more red

* more cleanup

* fix subaru

* update ref

old-commit-hash: e8cb6ea06a2470dd89a6ad8fd17bd1d1b62034cc
2020-02-20 16:22:25 -08:00
Willem Melching
e7a1ece98f Run locationd online (#1089)
* add locationd to manager

* add to release files and make linter happy

* Don't ship all models

* Also add locationd.py

* Remove unused import

* Fix import in kalman helpers

old-commit-hash: ff91c6f9d47a37e2475570bc4d370221379f49be
2020-02-17 18:07:23 -08:00
HaraldSchafer
161a16be27 Update README.md
old-commit-hash: 8ba5ef3209dea1d9aee796f704b77c3bed015d77
2020-02-17 17:10:24 -08:00
George Hotz
7111bd1113 Fix bugged exception in lst_sq_computer.
old-commit-hash: c4d89699d9c2897fecb29ee73eafbf5a09b04428
2020-02-13 16:35:29 -08:00
George Hotz
bbdb877906 build lst_sq_computer 4 and 5
old-commit-hash: d86c7b7d1585fdcce4b9837a4387e852aba01904
2020-02-13 16:13:14 -08:00
Comma Device
6be9fa3287 more decimation
old-commit-hash: 76b3dca2086421554d804c0dbfd5652b34b2e209
2020-02-13 23:54:45 +00:00
Harald Schafer
fd44a0f698 better packet info
old-commit-hash: 4470407729da7c2ec7d259ee8dc634fb15e503eb
2020-02-13 11:12:16 -08:00
Harald Schafer
6ee6d0a5eb fix std
old-commit-hash: 891d6cea949fea784bcc8821b69364af75e280b8
2020-02-13 08:38:50 -08:00
Harald Schafer
9a46efd33a passes tests again
old-commit-hash: f72044327b29cb495901633eb4ec0308233332a0
2020-02-12 20:28:02 -08:00
Harald Schafer
0a7a03600c misc cleanup
old-commit-hash: 8257c60f718a7cf8ddbdc7a9b5b75a1c2362b9f9
2020-02-12 15:27:13 -08:00
Willem Melching
3fed3b9ab4 Whitespace
old-commit-hash: 1716f0b11bdd7447009c8c3b3664464f0db74ea9
2020-02-12 14:32:53 -08:00
Harald Schafer
f97b7b381f fix broken compilation
old-commit-hash: 5c005adc79fa925b273308f63eee9b04560f1274
2020-02-12 14:26:35 -08:00
Willem Melching
a42c464f7e Gnss kf whitespace
old-commit-hash: 7015a4704e57b1bd6bf416cd88f492fba2c83123
2020-02-12 14:11:50 -08:00
Willem Melching
055c58c1da Loc kf whitespace, fix phone accelerometer covariance
old-commit-hash: 965a9ae04283d5375a129ee8f3a17762d8dd7ba3
2020-02-12 14:08:40 -08:00
Harald Schafer
e2b05dee77 no magic numbers
old-commit-hash: 2b5a8fd7af24a10cf1c5de606983b7458a466d69
2020-02-12 14:05:48 -08:00
Willem Melching
bcecaa7c6f Live kf whitespace cleanup, fix covariance phone accel
old-commit-hash: 1de5d84a06b3e20dd3134f2db6367f9feac093f2
2020-02-12 13:47:08 -08:00
Harald Schafer
7e074cc36b bury scipy
old-commit-hash: 6823971a119b74334656db1ac1700051681bcfd2
2020-02-12 13:15:57 -08:00
Harald Schafer
1c39957de6 bury scipy for now
old-commit-hash: a8261c801719d7d1f6ce4d9dbfc3dfeda4e60cdd
2020-02-12 13:13:17 -08:00
Harald Schafer
0f8201cd91 no delay buffer for now
old-commit-hash: 579a9714dab270f12192fe188642293f06aba6a1
2020-02-12 10:31:15 -08:00
Willem Melching
197c1d92fc Kalman filter compilation cleanup (#1080)
* start cleanup

* create generated dir if not exist

* tests pass!

* everything works again

* also convert live_kf to new structure

* Remove sympy helpers from file list

* Add laika to docker container

* Only build models that are present

old-commit-hash: 47fd50ca60da419b34469dbc293f1a7f0d3d46a9
2020-02-12 09:40:28 -08:00
HaraldSchafer
d5ddfa2807 Update README.md
old-commit-hash: 5e675bd5638f0040f82a8cd52c6653fa0e93fa6b
2020-02-11 19:19:42 -08:00
HaraldSchafer
c46d2c3496 rough readme draft
First pass at readme
old-commit-hash: 8df126cd65d5c53c7b6a2d9601c072e12067a95f
2020-02-11 19:19:25 -08:00
Harald Schafer
3ccfded2f5 IMPORTANT CHECK
old-commit-hash: 871d5b3c9929690be35c4b61529037e1f4a684b0
2020-02-11 17:41:02 -08:00
Harald Schafer
459d5cc968 fixes!
old-commit-hash: 980ef2a9304b859916fb5270ca83cfe670ab8403
2020-02-11 17:39:08 -08:00
Willem Melching
4bfe88a31a loc_local is dead
old-commit-hash: 8d4dda391cfdd163ea1ddb83c0795d31ec133643
2020-02-11 15:37:40 -08:00
Harald Schafer
55f8cb62d4 ignore
old-commit-hash: 45dea449c5f3dfb0f35fe324cb0c98df4466739d
2020-02-11 10:29:49 -08:00
Harald Schafer
1454570e11 more fixes
old-commit-hash: 1a1f1182d724a2d589e616df79946b4222e14887
2020-02-10 19:53:43 -08:00
Willem Melching
d6b7005d64 WIP: Live localizer (#1074)
* cleanup

* Proper exception handling

* Also check sensor number

old-commit-hash: 31794a3d10d103aa04b61c45167e55af29523992
2020-02-10 19:06:23 -08:00
Willem Melching
b26d45ce04 remove old locationd stuff
old-commit-hash: 64a2d0c3e9a9c97102341b7f3613da0ce0233f4f
2020-02-10 16:20:43 -08:00
Harald Schafer
2d69a5a335 fix imports
old-commit-hash: 59728ebca6276fa8756b1123e403d856914bba08
2020-02-10 15:38:17 -08:00
Harald Schafer
9b1ba6011f get ready for live localizer
old-commit-hash: dcb14dd830c6dad3b9e550a552a7cafdf9054e28
2020-02-10 15:28:23 -08:00
Harald Schafer
9d76270304 live kalman
old-commit-hash: 4212b7f91ce56e7f18fe98939f18059c6029f92b
2020-02-07 16:53:50 -08:00
robbederks
193ee1ac01 Added hw status to ublox test scripts and ubloxGnss packet (#1054)
* Added hw status to ublox test scripts and ubloxGnss packet

* Added extra config to boardd

* Implemented new ublox message handler in ubloxd

* Fixed debug text

* Added some explanation and cereal bump

old-commit-hash: d0c1f9a8648bc71d6cf0a9fbd21d652a7e0697ab
2020-02-05 11:12:03 -08:00