Shane Smiskol
2424e13aaf
no debug
1 year ago
Shane Smiskol
1589e0898c
ParamWatcher is nice
1 year ago
Shane Smiskol
a4d1b5441f
doesn't write param now
1 year ago
Shane Smiskol
9f0d8fdf61
Update selfdrive/controls/lib/longitudinal_planner.py
...
Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
1 year ago
Shane Smiskol
12fea0564a
more
1 year ago
Shane Smiskol
4ffbc291a3
better nane
1 year ago
Shane Smiskol
5a61c9f382
don't write when setting checked (only user clicks)
1 year ago
Shane Smiskol
296ca6a225
write in plannerd as well, I assume this is atomic?
1 year ago
Shane Smiskol
c38b541b66
Revert "plannerd: only track changes in case no ui"
...
This reverts commit 2b081aa6ce
.
1 year ago
Shane Smiskol
2b081aa6ce
plannerd: only track changes in case no ui
1 year ago
Shane Smiskol
14ef62b205
allow some time for ui to receive and write param
1 year ago
Shane Smiskol
c4d270ee3c
ui
1 year ago
Shane Smiskol
28c0efed37
more
1 year ago
Shane Smiskol
e90f6105e2
some clean up
1 year ago
Shane Smiskol
30c8e5cd02
don't need this, we update from longitudinalPlan on changes
1 year ago
Shane Smiskol
cb8dc633e9
setChecked activates buttonToggled and already writes param!
1 year ago
Shane Smiskol
0f93c04628
write param so we save the distance button changes
1 year ago
Shane Smiskol
5ead6e2bb8
inside settings
1 year ago
Shane Smiskol
82bd430b07
clean up
1 year ago
Shane Smiskol
dd9c6b7ad3
works but at what cost
1 year ago
Shane Smiskol
a506ad1690
not all cars yet
1 year ago
Shane Smiskol
a475417220
[bot] Fingerprints: add missing FW versions from new users ( #31731 )
...
* Export fingerprints
* Update selfdrive/car/toyota/fingerprints.py
1 year ago
Shane Smiskol
2c353a25a4
longitudinal personality: display in Toyota instrument cluster ( #31760 )
...
* start at param
* start by sending personality
* change to personality
* POC: button changes personality
* what's wrong with this?
* fix
* not really possible but fuzzy test catches this
* there's always a typo
* dang, we're dropping messages
* clean up
* no comment
* bump
* rename
* revert longplan
* revert this
* Fix check
* more appropriate up here
* consistenet
* Update selfdrive/car/toyota/carstate.py
* Update ref_commit
1 year ago
Yasushi Oh
1589adddf1
bugfix: add support for Bronco Sport 2023 ( #31794 )
...
* bugfix: add support for Bronco Sport 2023
* Apply suggestions from code review
* update docs
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
1 year ago
Shane Smiskol
5be3f0b7db
Subaru: log alt request ( #31812 )
...
* add alt query (same as Hyundai)
* refs
1 year ago
Shane Smiskol
3862911ae6
[bot] Fingerprints: add missing FW versions from new users ( #31732 )
...
Export fingerprints
1 year ago
Shane Smiskol
66adf8781e
Subaru: extra logging request for camera ( #31783 )
...
* 7f - service not supported in active session
* update refs
* rm short
* Apply suggestions from code review
* bus 0
1 year ago
Justin Newberry
bc81daee8b
test_updated: check the version and consistency of finalized dir ( #31808 )
...
* check finalized
* also check consistent
1 year ago
Justin Newberry
74bf9dcdc7
updated: more common helpers ( #31804 )
...
update more helpers
1 year ago
Justin Newberry
358461896c
add helper for serving a directory ( #31802 )
...
directory http server
1 year ago
Adeeb Shihadeh
a0389d7120
add hasFix field to gpsLocation ( #31778 )
...
* add hasFix field to gpsLocation
* migration
* update refs for ubloxd
* cereal master
1 year ago
Justin Newberry
b93f6ce4f6
updated: prep for new updater ( #31695 )
...
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* proc
* release
* fix
* this should move here
* e2e update test
* that too
* fix
* fix
* fix running in docker
* don't think GHA will work
* also test switching branches
* it's a test
* lets not delete that yet
* fix
* fix2
* fix
* fix
* tests too
* fix
* cleanup / init
* test agnos update
* test agnos
* move this back up
* no diff
1 year ago
Justin Newberry
c30688fe3a
test_updated: more consistent test ( #31786 )
...
* consistent
* bump timeout
* bump again
1 year ago
Shane Smiskol
99610c8819
Revert "common PlatformFlags base class + test for < 32 bits" ( #31793 )
...
Revert "common PlatformFlags base class + test for < 32 bits (#31779 )"
This reverts commit 8ba5d660f3
.
1 year ago
Shane Smiskol
782b707824
HKG CAN FD: add instrument cluster ECU ( #31790 )
...
* Add instrument cluster in case it can tell us more about the car
* and i thought I wanted to remove this test!
1 year ago
Shane Smiskol
fdab60cad7
longitudinal planner: start at personality param ( #31788 )
...
start at param
1 year ago
Shane Smiskol
11dfeb02d9
rename
1 year ago
Shane Smiskol
90442e3597
Subaru: make OBD query logging ( #31785 )
...
* make OBD query logging
* Update selfdrive/car/subaru/values.py
Co-authored-by: Justin Newberry <justin@comma.ai>
* wording
---------
Co-authored-by: Justin Newberry <justin@comma.ai>
1 year ago
Justin Newberry
5d710ecf57
Subaru: log eyesight faults as acc faults ( #31716 )
...
* log cruise fault
* better comment
* spacing
* backwards
* moved
* copy the other one
* localized
Co-authored-by: Shane Smiskol <shane@smiskol.com>
---------
Co-authored-by: Shane Smiskol <shane@smiskol.com>
1 year ago
Shane Smiskol
b36e3c003c
no comment
1 year ago
Shane Smiskol
b58dac390c
clean up
1 year ago
Justin Newberry
8ba5d660f3
common PlatformFlags base class + test for < 32 bits ( #31779 )
...
* add 32 bit check
* space
* this is not required
* jk yes we do
1 year ago
Justin Newberry
dcc49077a0
test_updated: basic agnos update test ( #31776 )
...
test agnos
1 year ago
Justin Newberry
8d9b96cf23
test helpers: http server context ( #31774 )
...
* http context
* fix
* fix
1 year ago
Justin Newberry
a919d27afc
fix car test routes typing ( #31773 )
...
* Fix typing
* and fix test_car_model
* fix
1 year ago
Justin Newberry
9cb256891f
test_updated: add test for no update ( #31772 )
...
no update test
1 year ago
Justin Newberry
ca79e3ec0b
and controlsd ( #31769 )
1 year ago
Jason Wen
7f11517257
Nissan: Remove unused code ( #31768 )
1 year ago
Shane Smiskol
cec9f59113
Toyota: set distance lines to max ( #31728 )
...
* press the button
* 33hz/2
* fix tests
* PCM_CRUISE_SM is a UI message: it goes to 0 when not displayed, and is much lower rate
* only change when enabled so we don't hide the welcome message on cruise main button
* unbump
* then you can get into a weird state
* stuff
* for unplugged DSU we can still read PCM distance, but not buttons
* skip
* skip
1 year ago
Shane Smiskol
c66c6fa16a
dang, we're dropping messages
1 year ago