Commit Graph

6671 Commits

Author SHA1 Message Date
HaraldSchafer afe208ecb9 Install readme (#24776)
README: better install on device instructions
2022-06-07 19:16:36 -07:00
Shane Smiskol 30e1f28213 IsoTpParallelQuery: handle response pending (#24724)
* handle response pending

* match commit

* remove total timeout, just keep track of individual response timeouts

* fix

* add back total timeout

* this isn't reliable enough

* keep track of pending responses to print warning

* tx_addr is (addr, subaddr)

* debug

only query hyundai

import time

reponse pending

no cache

all cars

no timeout to test before

* Revert "debug"

This reverts commit abe9cfc1b668034d7fa5ca5cbe9efe8834db3e7b.

* always print pending

always debug

* Only debug

* Update selfdrive/car/isotp_parallel_query.py

* remove variable only for debugging
2022-06-07 17:49:07 -07:00
Jason Shuler b95c449847 GM: interface cleanup (#24774)
* Move all defaults above models

* Remove reduntant/defaults

* make minEnableSpeed common

* Update selfdrive/car/gm/interface.py

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

Co-authored-by: Shane Smiskol <shane@smiskol.com>
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-06-07 17:23:08 -07:00
Shane Smiskol bdc05fd13c Honda: rename Bosch harness to Bosch A 2022-06-07 17:18:03 -07:00
Shane Smiskol 6a58dd808f PlotJuggler: add torque control layout (#24726)
* add torque control PJ layout

* less custom transformation

* Use curvature, less noisy

* remove that
2022-06-07 15:01:19 -07:00
Adeeb Shihadeh 4d836c6edd UI: remove DM icon (#24771) 2022-06-07 13:59:48 -07:00
Gijs Koning e7234e22b4 Laikad: Use process for parsing orbits (#24769)
* Use Process instead of Thread to fetch orbits

* small refactor

* Cleanup
2022-06-07 20:55:39 +02:00
ClockeNessMnstr b215d611b1 update DH names + notes for MPC output curvatures (#24701)
* update names + notes for MPC outputs

"current_curvature" is not the correct description of what the MPC is outputting in it's curvature_ego state.
The MPC is integrating it's free variable, curvature_rate, such that curvature[0] is actually the desired_curvature before any delay.
inversely: the curvature_rate_desired is the desired rate of change to the setpoint and not the actual curvature rate. 

If we were to set the initial curvature = measured curvature in the MPC initiation these names would be correct. 
This was possibly how it was initially set up but the nomenclature here is now confusing.

* more notes

* match

* Clarify #1
2022-06-07 09:41:03 -07:00
Gijs Koning 8d8055f00f Laikad: cleanup fetching orbits (#24759)
* Seperate prediction orbits from regular observation orbits and download them efficient

* Cleanup

* clean and update laika

* Fix test

* Fix test

* Fix checking pos fix

* space
2022-06-07 03:25:58 -07:00
Lukas Petersson 397da56c85 process replay: regen in parallel (#24628)
* regen in parallel

* prefixes

* clean regen

* clean output

* tqdm loc

* del swp file

* add routes back

* cleanup

* disable tqdm

* unique dirs

* unique dirs

* outdir in regen_all

* formatting when played from other dirs

* prefix dongle id

* local disable_tqdm

* formatting

* bug fix

* dont spam fakedata

* 16 char fake dongle ids

* formatting

* formatting

* more descriptive dongle

* fix azure path

* couple more fixes

* handle failures nicely

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-06-06 14:21:12 -07:00
Jason Young 7e5eec2e4f ui: fix prime ad storage duration (#24756)
fix ui prime ad storage duration
2022-06-06 14:03:34 -07:00
Adeeb Shihadeh ca682b389d move clocksd to system/ (#24761) 2022-06-06 13:27:45 -07:00
Gijs Koning 037862a7b7 bump laika 2022-06-06 12:51:25 +02:00
Gijs Koning 7df54792d8 Laikad: Fetch orbit data in thread (#24654)
* Add fetching orbits thread

* Use ephemeris type enum. Send list of std floats.
Speed up parsing orbit data by skipping redundant old data

* Remove Glonass from supported constellation for now

* Fix latest time msg

* Add small laika update

* Fix
2022-06-04 09:25:20 +02:00
Jason Young 2a2294662c VW MQB: Add FW for 2019 Volkswagen Passat (#24753) 2022-06-03 23:59:55 -07:00
Shane Smiskol 29a1bf5a46 FPv2: add ECU whitelisting support (#24730)
* reduce fw queries for hyundai

* no whitelisting yet

* formatting

* fix

* clean up test

* clean up variables, comments, error

* update error
2022-06-03 20:16:11 -07:00
Adeeb Shihadeh bee5531816 AGNOS 5.1 (#24741) 2022-06-03 19:38:34 -07:00
Shane Smiskol 5254451724 bump panda (#24752) 2022-06-03 18:37:13 -07:00
Shane Smiskol c6bc03311c Car documentation: set steering torque star using car interface (#24709)
* Set good torque using torque controller tuning

* should be equal to

* save lateral accel to car params

* use maxLateralAccel

* always

* same convention

* nan will always evaluate to false

* The great good torque purge

* adjust default friction

* Add data for more cars

* adjust name

* Welcome back, guys. Only adjust good torque if maxLatAccel is set

* Update refs (1.7 is 1.7000001...)
2022-06-03 17:41:20 -07:00
Adeeb Shihadeh d3af76842c UI: don't disable toggles onroad 2022-06-03 14:34:16 -07:00
HaraldSchafer 7f16e19f79 Remove laneless toggle (#24738)
* Remove laneless toggle

* Update refs
2022-06-03 14:04:14 -07:00
Adeeb Shihadeh 0ee647df3a fix camera power draw test (#24739)
* fix camera power draw test

* update modeld

Co-authored-by: Comma Device <device@comma.ai>
2022-06-03 14:03:49 -07:00
Shane Smiskol 124f3f02d5 FPv2: log query request and response address (#24733)
* log fw query response offset

* one line still

* log request bytes as well

* bump cereal

* prettier order

* bump cereal

* I wonder if the radar sends a response pending...

debug

dont cache

fix

debug

* Revert "I wonder if the radar sends a response pending..."

This reverts commit 12a9552c27ac427c161c27f916fb4fd1a8e4b44c.

* log addr too

* bump cereal
2022-06-03 12:05:13 -07:00
HaraldSchafer a2c6b30c98 Fix onnx model replay (#24702)
* No more C2

* Add test

* Various fixups

* Use ONNXCPU

* rm prints

* LFS pull

* Use sim docker

* Try sim docker again

* Print counter

* Make sure it can fail

* Fails correctly

* comments

* Add more install to opencl base docker

* vim not needed in base
2022-06-03 10:43:09 -07:00
Willem Melching 64ceb64511 navd: broadcast sped limit (#24681)
* populate speedLimit field in navInstruction

* show in ui

* ensure coordinate is behind you

* handle unknown

* handle here

* a bit prettier

* US design

* no ui changes in this PR

* parse sign
2022-06-03 15:07:04 +02:00
Willem Melching 069d708ad2 bump cereal 2022-06-03 14:32:37 +02:00
Shane Smiskol 3fbbb7f4b0 Common interface attribute function (#24731)
* replace get_attr_from_cars with get_interface_attr

* and not combining the brands

* explicit check

* minimize diff

* values
2022-06-03 04:16:39 -07:00
Shane Smiskol 058bbc356b update scons nodes 2022-06-03 03:17:33 -07:00
Gijs Koning ad04585c35 Fix test_laikad in master (#24734)
* Use Livelocationkalman measurement struct

* Revert laika repo and fix time gap
2022-06-03 03:12:31 -07:00
Willem Melching c642ef878b bump cereal 2022-06-03 11:24:48 +02:00
Shane Smiskol 40deea7d7b Honda: fix enabling before PCM (#24715)
* Don't enable for pcmCruise Honda

* make it a no entry as well

* do in another PR
2022-06-02 22:06:01 -07:00
Adeeb Shihadeh 36fdf50f98 handle bad VIN (#24712) 2022-06-02 22:01:37 -07:00
Adeeb Shihadeh 921a411da5 modeld: cleaner exit from onnx runner 2022-06-02 20:16:21 -07:00
HaraldSchafer dc4d4f875b CL in docker (#24718)
* Move CL to base docker

* Different docker for cl

* add cl base docker

* add to tool

* cleanup

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-06-02 18:26:12 -07:00
Lukas Petersson 50a8b30580 process replay: upload-only bug (#24722)
dont look for lr with upload only
2022-06-02 17:25:44 -07:00
Shane Smiskol e5b189416d test_models: support for running on any route (#24002)
* run test_models on route

* clean up a bit

clean up a bit

clean up a bit

* remove

remove

* make route positional

* fixes from merge

* not working as I expected

* finally working, easiest way seems to make a new subclass dynamically

* bring back routes

* remove comments

* revert skiptest

* fix subclass name

* car first

* this should be here...

* this should work

* comment

* pytest doesn't support dynamically loading with load_tests

* minimize test_models.py diff, and make new file for running on a route

* fix static analysis

* remove print

* clean up a tiny bit

* rename and make required

* auto detect car fingerprint if not given

* move to location that makes more sense

* Add ci argument for running route from routes.py
2022-06-02 17:23:05 -07:00
Adeeb Shihadeh 38cd340922 AGNOS 5 (#24692)
* AGNOS 5

* some more stuff
2022-06-02 17:09:09 -07:00
Adeeb Shihadeh afd16b2ade Create system/ for generic services (#24717)
* Create system/ for generic services

* logcatd joins the party

* fix those up
2022-06-02 17:02:25 -07:00
HaraldSchafer c2b334acb5 Update README.md 2022-06-02 16:45:11 -07:00
Shane Smiskol 6a21cc83ff process replay: fix tested_cars 2022-06-02 14:20:19 -07:00
HaraldSchafer 5b0f660a0e Update README.md 2022-06-02 14:19:29 -07:00
HaraldSchafer f07f7cbc8e Modeld readme replaced with driving.h 2022-06-02 14:19:19 -07:00
Shane Smiskol 90af436a12 process replay: fix updating refs (#24716)
fix updating refs
2022-06-02 13:49:21 -07:00
Adeeb Shihadeh 302b0ea9bb thermald: add back panda disconnect handling (#24713)
* thermald: add back panda disconnect handling

* cleanup
2022-06-02 13:39:41 -07:00
Willem Melching f49a9c9fd2 less TICI when not needed (#24698)
* less TICI when not needed

* fix process replay

* move reading voltages into hw abstraction layer

* Update selfdrive/hardware/tici/hardware.h

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

* Update selfdrive/hardware/hw.h

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

* Update selfdrive/hardware/base.h

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

* rename init function

* Update selfdrive/athena/athenad.py

Co-authored-by: Robbe Derks <robbe.derks@gmail.com>

* Update selfdrive/boardd/boardd.cc

* Apply suggestions from code review

* Update selfdrive/thermald/thermald.py

* update ref

* fix alert width if all cameras are bad

* add ecam to test_loggerd

* bump cereal

* bump cereal

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
Co-authored-by: Robbe Derks <robbe.derks@gmail.com>
2022-06-02 15:20:51 +02:00
Willem Melching dc2172b55e correctly parse UDS VIN response for Honda Bosch (#24710) 2022-06-02 12:20:56 +02:00
Jason Young c8c21baf50 thermald: consider pmic in component temp management (#24708) 2022-06-02 11:58:47 +02:00
Shane Smiskol dd10a83708 Hyundai longitudinal: handle mid-press button change (#24674)
* send additional button event for previous if we switch buttons mid-press

* add comment

* remove

* comment
2022-06-02 01:27:34 -07:00
Lukas Petersson 86f73a507e process replay: logreader as bytes (#24610)
* willem's changes

* classmethod for bytes

* submodules

* submodules

* Update tools/lib/logreader.py

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

* add back files

* little cleanup

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-06-01 22:02:42 -07:00
ClockeNessMnstr 3fb22c0289 process replay: only download used logs (#24661)
* only download wanted logs

* cleanup

* cache as an option

* cleanup

* Readme

* Revert "cache as an option"

This reverts commit 060ed4ade548696505e3185fc7d20f1897072ded.

* cleanup

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2022-06-01 21:46:45 -07:00