* 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
old-commit-hash: 3a2bcc092c
* 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.
old-commit-hash: b95e687782
* 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
old-commit-hash: 915b4928ff
* EV6: adjust steering thresholds
* Is there any friction
* bump panda
* no friction
Co-authored-by: Harald Schafer <harald.the.engineer@gmail.com>
old-commit-hash: 221086857a
* 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>
old-commit-hash: fb949779ae
* 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
old-commit-hash: 789f2d195c
* 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>
old-commit-hash: 67b601e0ef
* set standstill bit for mazda
* use bit in carcontroller
* Revert "use bit in carcontroller"
This reverts commit f38210a191.
old-commit-hash: bd782c982f
* 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>
old-commit-hash: cccab50b16