* Chrysler_Update
* only steering
* revert other changes for now
only steering
* bump
* Update ref_commit
* bump opendbc
* update refs
Co-authored-by: Jonathan <jraycec@gmail.com>
* The default implementation calls mousePressEvent().
* no sidebar when entering body
* wrong one
* you can't double tap with body anyway (fixes inconsistencies with prime vs not prime)
* hide sidebar
* laikad: use cython version of gnss kf
* fix import error
* test liblocationd separate
* Revert "laikad: use cython version of gnss kf"
This reverts commit bdd769b955.
* compute x and y offsets using calibration
* fix default calibration
* clamp to max values
* only use when valid
* not while calibrating
* less diff
* cleanup zoom
* Update some signals to unified names and definitions
Co-authored-by: Jonathan <jraycec@gmail.com>
* steering looks good
* Fix cp signals
* Do steering signal changes separately
* bump opendbc to master
* fix
fix
* check available is true if enabled is true
* fix
* already added
* bump opendbc, better cruise status names
* bump opendbc
* bump opendbc to master
* bump panda
Co-authored-by: Jonathan <jraycec@gmail.com>
* driverview
* auto choose
* useless
* remove
* modeld not use toggle
* remove from params
* Revert "remove from params"
This reverts commit a08df0b492.
* Revert "modeld not use toggle"
This reverts commit 2730bf8f57.
* Revert "remove"
This reverts commit 21f7cfaaee.
* Revert "driverview"
This reverts commit 222d129711.
* semi revert
* Ascent has good torque, hard code Toyota, print all unexpected torque star cars
* update docs
* Use subtests
* hardcode CHR for now
generate
* Hard code Impreza
* update refs
* fix: fix the problem with replay routes locally
* fix: Exception with --allow flag in replay.cc
Co-authored-by: Anton Rudomaneko <anton.rudomanenko@nami.ru>
* eliminate brands based on ECUs that respond to tester present
* make it work
* Add type hint for can message
Use make_can_msg
* Only query for addresses in fingerprints, and account for different busses
* These need to be addresses, not response addresses
* We need to listen to response addresses, not query addresses
* add to files_common
* Unused Optional
Drain sock raw
* add logging
* only query essential ecus
comments
* simplify get_brand_candidates(), keep track of multiple request variants per make and request each subaddress
* fixes
make dat bytes
bus is src
Fix check
* (addr, subaddr, bus) can be common across brands, add a match to each brand
* fix length
* query subaddrs in sequence
* fix
* candidate if a platform is a subset of responding ecu addresses
comment
comment
* do logging for shadow mode
* log responses so we can calculate candidates offline
* get has_subaddress from response set
* one liner
* fix mypy
* set to default at top
* always log for now
* log to make sure it's taking exactly timeout time
* import time
* fix logging
* 0.1 timeout
* clean up
Co-authored-by: Greg Hogan <gregjhogan@gmail.com>