Commit Graph

7172 Commits

Author SHA1 Message Date
Willem Melching 2c343d2fe3 navd: rewrite in python (#24621)
* navd: start python rewrite

* use enum

* send empty instruction packet

* parse banner

* cleanup

* switch to coordinate class

* add segment transition logic

* add recompute logic

* cleanup old navd code

* split out helpers

* cleanup release files

* fix typo

* fix docs

* add typing to helpers

* small fixes

* move outside of ui

* get last pos from param

* add ui restart detection

* check running

* send route

* set navInstruction to invalid with no active route

* whitespace

* do not overwrite response and use ratekeeper

* reuse params object

* remove navd exception
old-commit-hash: e72d6b5689dd95f5fd7a6558c72c2e02b37f8b12
2022-05-30 15:15:51 +02:00
Willem Melching e45155f592 sim no encoderd, move to BLOCK env variable
old-commit-hash: 85b07bf3e878d3e430b5a857b86065588fc2d1fb
2022-05-30 11:49:15 +02:00
Gijs Koning 3947af88e8 Remove encoderd service from PC. Fixes Sim (#24676)
* Disable encoderd completely in sim
old-commit-hash: 44bffc1b3b2c8a3f661d8ab28ee8765a1bc2219c
2022-05-30 02:36:11 -07:00
Shane Smiskol 2dce8e97c8 Toyota: add missing engine FW version for 2022 RAV4 Hybrid (#24677)
add missing fw version
old-commit-hash: 8eb9e8fc1a94013a60b0e69f7817b1c491cb1a33
2022-05-29 20:59:58 -07:00
Shane Smiskol b2196a160f Hyundai longitudinal: display lead on HUD (#24667)
* use leadVisible

* add comment
old-commit-hash: 5c5bb0be1197408ade793b49d731571ba831283a
2022-05-27 18:12:18 -07:00
Shane Smiskol a11084a6c6 UI: draw map with uiUpdate signal (#24632)
* draw map with same uiUpdate signal as onroad window

* fix

* fix

* fix

* test

* test

* clean up

* clean up

* clean up

* draw instantly when dragging

* self explanatory

* remove line

* fix spacing

* see if we call ui'c sm->update before mapwindow

* Revert "see if we call ui'c sm->update before mapwindow"

This reverts commit e5dcd70013750b871894c276e4d15d55b0c92e97.

* sort includes
old-commit-hash: fb4b4773a58a62783dd48e6058be5a0da6bb1fab
2022-05-27 15:35:09 -07:00
ntegan1 44ae448563 TSS-P Corolla: use torque lateral control (#24291)
use torque controller for tssp corolla

Co-authored-by: ntegan <nick.egan.gg>
old-commit-hash: 7115f1f7c8e43a4e97fcb7bfb51f84b45eaedc6f
2022-05-27 15:11:16 -07:00
BoBowchan dd31e31181 HKG: add missing fwdRadar for Kia Niro EV 2022 (#24665)
Co-authored-by: Bohan Li <bohan.li@yellowbrick.com>
old-commit-hash: 2c2e0ae8a770e2cb648111624a86f0e307d52bb3
2022-05-27 15:04:06 -07:00
ctidder2 aee5c1579f Toyota: Add missing Highlander Hybrid TSS2 fwdRadar and fwdCamera (#24664)
old-commit-hash: 1c3446a0dc5927a64000bc5610547cb485f569c3
2022-05-27 15:02:20 -07:00
HaraldSchafer f5a6a6dc77 Tssp prius torque control (#24669)
* use llk

* use steering sensor at low speed stil

* Try more simple

* rm prius tune

* updated ref
old-commit-hash: d708a134bdff9db5cc65491dd9129a709e30ad34
2022-05-27 10:21:02 -07:00
Adeeb Shihadeh b9453b2280 tici: always configure modem as data-centric (#24663)
According to the Quectel docs, this is how it should be configured
for both AT&T and T-Mobile (and likely any other carriers).
old-commit-hash: 5f00c6eca7b91bec2f7444a859ed78dedd163222
2022-05-26 17:13:43 -07:00
Adeeb Shihadeh 402a0800dd athena: remove redirect detection for old prime (#24662)
This worked on old magenta, but doesn't work on new magenta
or blue prime.
old-commit-hash: e38b93fc31f3ff89a3806675bc090c2149434cf7
2022-05-26 16:09:22 -07:00
Shane Smiskol 998d5ae1a1 test_fw_query_on_routes: warn on no CarParams (#24655)
add warning for no carparams
old-commit-hash: e32a735a58706d9be732748b555a6dbeee00511e
2022-05-26 13:59:19 -07:00
Lukas Petersson e7801f3b3b latency logger: add offset to visualize overlap (#24644)
* plot design

* readme

* y label

* readme img

* bigger gaps

* readme figs

* denser lines

* denser lines

* offset flag

* readme

* cleanup

* Update tools/latencylogger/latency_logger.py

* Update tools/latencylogger/latency_logger.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: cc4107fd1f3bef5b766b8d8d671e0a9cfc951833
2022-05-26 13:41:08 -07:00
Shane Smiskol 222d8818d7 process replay: fix updating refs after regen (#24656)
* fix updating refs after regen

* match spacing

* same as before

* fix

* minimize diff

* update

* not used
old-commit-hash: dff70876c3a41e66f218b3ecd9849034482139c4
2022-05-26 00:39:33 -07:00
Adeeb Shihadeh 3e8625e50b visionipc python shim (#24660)
old-commit-hash: 32a9ccfc37d97e6692435153ac9f0fe72feb1e9f
2022-05-25 20:49:56 -07:00
Comma Device 4f34fdf649 update modem restart script
old-commit-hash: 13b2c551c9669a01f49e678797e6ab3ae5486bec
2022-05-25 16:37:56 -07:00
Jason Young 789c9dbefa VW MQB: Add FW for 2015 Volkswagen Passat (#24653)
old-commit-hash: f414f7ff4e6b5017e42f6e7ac5286c02b99e51cb
2022-05-25 11:57:26 -07:00
Willem Melching 7d5546452c ui.py: use YUV stream
old-commit-hash: 2bdb2cb40af1bd159e165f9f475a2dc79f9d3c42
2022-05-25 17:37:21 +02:00
Gijs Koning 807803afbe Remove scipy usage from laikad (#24652)
Remove scipy
old-commit-hash: 65056b77c22334b4be727151732bf2a76f9b780d
2022-05-25 17:15:22 +02:00
Gijs Koning 8976820211 Add ephemeris parsing to laikad (#24642)
* Always send valid messages

* Use ephemeris and move astrodog in laikad

* improve test

* Always correct measurements

* Cleanup

* Fix test

* Update laika
old-commit-hash: a51aaaf1970fa864a8a2de7c59abd1db277c123a
2022-05-25 06:26:58 -07:00
Lukas Petersson afbdbc7c39 process replay: fix regen routes with migration (#24651)
* hacks to make routes work

* clean up

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 7d06a366f7b6d7a20dcb5aeeb48dfa5061a7e54a
2022-05-24 20:00:55 -07:00
HaraldSchafer 39886246c9 Rerevert torque control (#24649)
* Revert "Revert torque control (#24565)"

This reverts commit 93f434d047a92366c4ccefeece86fe101ed98d02.

* Move tune out of car specific stuff

* Update ref commit
old-commit-hash: d9289721503976cd99ac90216c502a841988c1a6
2022-05-24 17:52:33 -07:00
Shane Smiskol 8d83408ace UI: draw camera on same frame from modelV2 (#24335)
* draw camera on same frame from modelV2

* fix reversing

* optimze

* sleep shorter

* heavy debugging

* clean up

* fix ui hang

* try this

* more generic implementation

* add unused flag back

* draw latest frames when camerad is coming up with no modeld

* only get modelV2 once

* fix drawing

* conflate, reduce buffer, and remove special case when starting

* make tests pass

* remove comments

* frame_id is a uint32_t

* not sure why passing to cameraview causes overflow

* ternary, not too complicated

* change to size

* rename to frame

* use unique_ptr

* Revert "use unique_ptr"

This reverts commit 955842d9511a26468d4deedd1807f096540cb40c.

* Assert buffer size

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>

* use one deque with pairs and uint32_t

* formatting

* frame offset

* Revert "frame offset"

This reverts commit a2cff8a2d57a02f314d9f6adb7221b193a150e4c.

* use array

* add prints

* Revert "add prints"

This reverts commit d6978746e5c316fb2d5a619091c9aaf849c31967.

* clean up

* this handles all cases

* we want to clip

* fixes going backwards when replay or modeld lags multiple frames, then skips multiple frames

fixes going backwards when replay or modeld lags multiple frames, then skips multiple frames

* fix rare case where camera is behind model

simpler comment

* draw latest frames if we start with no model, then hang on current frame until model catches up

fix

* store if it's updated

* accurate comment

* reset to latest on connect and showevent

* better order

* use quint32 for sending signal function

* use empty

* draft

* kinda works

* works

* one line

* debug

* clean up

* revert this

* to preserve behavior, think we need to poll these

* revert

* no timeout when modeld is not alive

* Update selfdrive/ui/qt/onroad.cc

* changes from other PR

* see if we're drawing dup model or camera frames

* looks good, just need to clean up

* debug

* clean up

* clean up

* revert these changes

* fix

* pretty simple, test on device

* clean up

* revert this

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: c10a2ef2e40a49b527ab49b8b7fd4e924b847a2d
2022-05-24 17:08:06 -07:00
Lukas Petersson 81af5dacdf process replay: update regen body route (#24648)
update to a preserved route
old-commit-hash: 3e975eb3aa02636aaf734f8268f23a3ba9391e04
2022-05-24 17:07:10 -07:00
Lee Jong Mun 12a2565ebb Hyundai: small car state cleanup (#24643)
* fix typo

* Update selfdrive/car/hyundai/carstate.py

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 4c7cb028b1ae05ea20e5fc7ca3a2bda96fcdf9f4
2022-05-24 15:37:02 -07:00
Erich Moraga 5c76a32790 Add missing LEXUS_RXH_TSS2 engine & ESP f/w (#24647)
`AiNzo0alGowN_#8859` 2020 RX450 HL  DongleID/route f6e6302176e041de|2022-05-24--13-48-18
old-commit-hash: 1d41d3e36173dfe6206d62430b48adc26d638546
2022-05-24 15:17:31 -07:00
Lukas Petersson 2e7804266a CI: run process replay in parallel (#24646)
* CI in parallel

* cache key
old-commit-hash: 28dd1a9124559bd590afc53edce4adcb75297ea8
2022-05-24 12:47:29 -07:00
Lukas Petersson bcc6ca0cf5 process replay: prefix setup in helper (#24636)
* prefix setup in helper

* context manager

* name change + none default

* skip checking prefix

* type hints + unset env
old-commit-hash: d6fb78b9a3e97f982d7aca0c635534732e939972
2022-05-24 12:33:59 -07:00
stephenkwo 97bb8e2702 Docs: add video link for 2022 Toyota RAV4 Hybrid (#24622)
Docs: add video link for 2022 Toyota RAV4 Hybrid

CAR.RAV4H_TSS2_2022: ToyotaCarInfo("Toyota RAV4 Hybrid 2022", video_link="https://youtu.be/U0nH9cnrFB0"),
old-commit-hash: 9a98a0853a825c0eff03ab6d59948b354c2ff7e9
2022-05-24 10:40:44 -07:00
George Hotz 3ece7be044 camerad: pixclk 88mhz but frame time the same (#24587)
* pixclk 88mhz but frame time the same

* scale integration time

* 22.8 ms

* 15.18 ms

* fix exposure

* fix glitching, 18.9 ms

* set both to min

* faster pixclk = more power

* should pass CI

Co-authored-by: Comma Device <device@comma.ai>
Co-authored-by: Willem Melching <willem.melching@gmail.com>
old-commit-hash: 7c74ab8992ef32277deaf02312a9bbf272ba581a
2022-05-24 09:54:46 -07:00
HaraldSchafer 55085a12db New model: better laneless (#24605)
* Fix ping pong

* Fix hugging: e6fd3a62-aa86-46d1-a414-19137ed1babc/800

* Remove lateral toggle

* a6da6265-1952-48dd-986b-2b5996dd2642/950

* Model replay commit

* Revert "Remove lateral toggle"

This reverts commit 69e57eb7e1a72e4bad5e12bcfded6ff431a21a0e.
old-commit-hash: 7da48ebdba5e3cf4c0b8078c934bee9a199f0280
2022-05-24 09:11:31 -07:00
Adeeb Shihadeh e5f94df332 latency logger: improve plot style
old-commit-hash: 3d74b5429da5c0b2c4c61ee0e32222512274a8df
2022-05-23 20:57:14 -07:00
Adeeb Shihadeh 46ff882add Kia EV6 (#24485)
* ev6 squash

* test route

* cleanup

* remove those

* resume spam

* setme

* more reliable button pressing

* new steer signals

* for now

* update docs
old-commit-hash: 53a134f1c35502729eb758c8ebb18f59f9dacde5
2022-05-23 19:16:17 -07:00
Adeeb Shihadeh ac51e19f2c bump version to 0.8.15
old-commit-hash: 26d8cdfd3d6fecb204c7396c57ff3cf5a837f358
2022-05-23 19:05:00 -07:00
Adeeb Shihadeh 29e2b3f757 controlsd: ensure all system malfunction events have the right types (#24635)
old-commit-hash: 71901c94dbbaa2f9f156a80c14cc7ea65219fc7c
2022-05-23 17:46:46 -07:00
Adeeb Shihadeh 00f7f96308 little tools fix ups (#24629)
old-commit-hash: b8a32bbc461fea1f15ef7db8021f1aa8f85f7df7
2022-05-23 16:10:36 -07:00
Shane Smiskol 0f85c8a19c CarInfo: Add test for missing platform info (#24607)
* Add test for missing car info

* Make optional
old-commit-hash: b73d7cf3a5928696fe432d57552af324b32714d8
2022-05-23 14:22:10 -07:00
Adeeb Shihadeh 8456b0e79c uploader: increase max uncompressed qlog size to 100MB
old-commit-hash: eca265e07b512831d473cd1cf6d6b3dea5a03327
2022-05-23 13:43:14 -07:00
Adeeb Shihadeh ce9ebe0fdc bump that up a bit
old-commit-hash: b24f0dd8ced85f75a74b821c27f891a4fb540283
2022-05-23 13:41:46 -07:00
Lukas Petersson 0bb766ea3a Latency logger: binary search for frame ID (#24586)
binary search for frame id
old-commit-hash: 8fbcc49ee3a4d87823c02c1240c4b90e0e82403f
2022-05-23 13:02:23 -07:00
Lukas Petersson c74b2edc8d latency logger: update demo route (#24608)
* handle no segment

* dont handle no route
old-commit-hash: 522b67f16df9947fb9f4704a55806bac80a1f3d3
2022-05-23 12:48:11 -07:00
Willem Melching f7e2813438 Small fixes for macOS build (#24620)
* Small fixes for macOS build

* remove gpu_libs
old-commit-hash: 1cc652602f008122cf82171f7705522d3e2457dd
2022-05-23 13:46:48 +02:00
Cameron Clough d625ee361a honda bosch: typo affecting longitudinal limits clip (#24603)
* fix typo?

* another typo

* Revert "another typo"

This reverts commit 45cd9bf2e89d2e0af727b502e5a7881eb52c23ee.
old-commit-hash: 779bfbc63e10c758d2a8fa54e5db3f372dd71b79
2022-05-23 13:13:26 +02:00
Jake Lynn 7933015668 fixed CarParams write in replay (#24613)
* fixed CarParams write in replay

* need to capture temporary object

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: dc1a7bf082bd38a0f0c6ca9a708ac10562048357
2022-05-22 04:30:13 -07:00
Chester Jungseok Roh 861bbaa62a Genesis: add FW versions for G70 2020 Korean edition (#24543)
* GENESIS_G70_2020 Korean edition added

* remove newline

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 6965e03c0a1167beecd0732406902078759d9e3a
2022-05-20 20:28:23 -07:00
luuuuucas 9bf6b153ff Toyota: add missing esp FW version for 2022 Toyota Corolla (#24598)
add corolla TSS2 esp

Co-authored-by: Lucas Pharattanavong <lucas@Lucass-MacBook-Air.local>
old-commit-hash: a3ed10b907f2ec651c223d04a9df20836e845a97
2022-05-20 20:04:28 -07:00
Shane Smiskol 7b0bc2c163 GM: Revert noisy brake pressed signal (#24612)
* Revert "GM: Fix noisy brake pressed (#23712)"

This reverts commit 2cd30c56d9e591d547ebf16292dd6b75aeee9fdd.

* keep this

* same check, but don't clip CS.brake

* bump panda

* bump panda to master
old-commit-hash: 1b114464a94aadf4cb10494c53c610457be06d4c
2022-05-20 19:59:15 -07:00
Shane Smiskol cb11e4b43b SubMaster: support for polling in C++ (#24602)
* poll when sm.update isn't 0

* bump cereal

* poll modelV2 in UI

* fix driverview

* need to update here

* empty list means poll all

revert

* Revert "poll modelV2 in UI"

This reverts commit 82aac96a1ffc64eb79b07817451b76e6924a9812.

* Revert "fix driverview"

This reverts commit 074ee10f177cf7c99f8201a85904e01d40adbe6d.

* poll all
old-commit-hash: e6da217813ecc58bedd3f92d1c905e13409ea79a
2022-05-20 15:00:28 -07:00
HaraldSchafer 51165e5df5 Latcontrol torque: integrator need not be reset (#24606)
slow integrators need not be reset
old-commit-hash: 2181bbca71d9d9c8bfe7a6b2bb26241a84138607
2022-05-20 13:50:47 -07:00