* civic22_long
* Stock requests -4
* add standstill bit
* bump
* fix standstill
* bump
* bump
* bump panda
* Update hondacan.py
* bump panda
* add docs
* bump panda
* bump panda
* fix control_on value
* set control_off
* fix cars.md
* Update panda
* Update opendbc
* Update panda
* Update panda
* allow more braking
* Revert "allow more braking"
This reverts commit ecd2493a43.
* Update panda
* fix speed mismatch
* Revert "fix speed mismatch"
This reverts commit ca795dc5bd.
* Update panda
* fix speed mismatch and standstill
* delay stopped message to match stock behavior
* green cruise only when enabled
* Update panda
* Revert "green cruise only when enabled"
This reverts commit d21aa5b541.
* lesser nester
* simplify
* simplify control_on
* simplify common signals
* simplify CONTROL_ON
* lessest nester
* hide speed on gas_override to match stock behavior
* tiny simplification, lesser nester
* flip common acc control values around
* move magic number to global variable
* Revert "move magic number to global variable"
This reverts commit 160be0e087.
* remove stopped logic
* remove unused variable
* looks ok
* looks better
* simplify override
* clarify CONTROL_OFF signal comment
* civic22_long_bettercontroloff
shorten delay
init
selfless
whoops
move to carcontroller
selfmore
lower time, currently take 5s to kick in
just right
deline
* Rename CONTROL_OFF -> IDLESTOP_ALLOW
This tells the car its ready to turn off the engine, which does so when the car is standstill.
* Update panda
* Update opendbc
* Update panda
* fix docs
* Update panda
* Update panda
* Update opendbc
* Update panda
* Update panda
* Update panda
* Update panda
* bump panda
* idlestop in another PR
* radarless doesn't need tester present
* simplify that
* helper
* one line is fine
* test bump
* bumpback
* disallow
* reduce diff
---------
Co-authored-by: sshane <shane@smiskol.com>
* split out dbc file logic into separate file
* emit dbc file changed
* change to list of dbc files
* handle missing DBC file
* dbcmanager emits signal
* close existing files before loading new one
* add placeholder open for bus menu
* implement open dbc for bus
* emit signals relevant for current dbc
* move logic into findDBC
* fix use after free
* show currently loaded names in load dialog
* enable/disable load save menus
* handle saving
* add save as to recents
* handle file already open
* do not assert
* fix return and throw on file open error
* fix test maybe
* remove todo
* typo
* fix new dbc
* fix loading fingerprint on macos
* handle replacing a currently open dbc
* fix reference and handle exception
* fix indendation
* query extra ecus (still need to match)
* match against extra ecus
* clean p
* clean p
* switch that around
* can clean that up
* values
* rm
* not used
* add parking and hvac ecus
* needs a new query sadly
* move space
* temp
* comment
* fix
* mid-solution stash
* pretty cleannnnnnn
* everything seems to be working
* bump cereal
* bump to master
* bump to master
* don't multiplex when we don't need it
* mid-solution stash
* pretty cleannnnnnn
* everything seems to be working
* rename
* space
* reduce obd multiplexing transitions from 3 to 1 (0.3s to 0.1s)
* add parking and hvac ecus
* needs a new query sadly
* move space
* temp
* comment
* fix
* mid-solution stash
* pretty cleannnnnnn
* everything seems to be working
* bump cereal
* this is a smaller diff, easier to merge
* bump cereal
* just hvac
* bump to master
* indecisive
* rename to generic FW query
* remove code and update comment
* we need this to start off, unless we set multiplexing immediately
* draft
* draft 2
* try that
* can't do this either, boardd might read Enabled after removing, but before setting new Request param
* this should work
* use one less param
* fix params
* match behavior (set all pandas to safety param of 1, disabling multiplexing for fingerprinting
* clean up (some tests may temp break)
* fix param name and sort
* time it
* yes it does matter
* add to hyundai's bus 5 query
* remove hyundai for now
* this should work
* clean up
* clean up
* flip argument around, clean up
* fix test_startup
* some clean up
* rm line
* comment makes more sense
* required typing
* clean up common type
* comments
* Update selfdrive/car/car_helpers.py
* line
* whoops, need to set before vin!
* fix debug
* annoying
* more debugging
* bug fix (needs both keys always)
* debuGG
debuGG
* Revert "debuGG"
This reverts commit 55b2f42932.
* Revert "more debugging"
This reverts commit 02934c3403.
* Revert "annoying"
This reverts commit 8b4e5e0998.
* clean that up
* bumpback
* bumpback
* every second write param
* flip
* stuff
* move up?
* fix timing out in CI
* rm