Willem Melching
4cb1b50aee
bump cereal
...
old-commit-hash: 241a0824d9
3 years ago
HaraldSchafer
95d63ee981
tici: limit brightness with display uptime ( #22918 )
...
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: c9218a55f3
3 years ago
Adeeb Shihadeh
5247da772d
update refs after alert disable
...
old-commit-hash: f262725705
3 years ago
Adeeb Shihadeh
2230e6b2c9
bump openbbc
...
old-commit-hash: 8b929f005a
3 years ago
Adeeb Shihadeh
9f84f9ad97
put cruiseMismatch event in logging only mode
...
old-commit-hash: 3302239013
3 years ago
Adeeb Shihadeh
24e2912b4b
jenkins: decrease timeout once tests start running
...
old-commit-hash: 31031a723c
3 years ago
Igor Biletksyy
b1299b6d27
bump panda
...
old-commit-hash: 3c7a8cba5b
3 years ago
Adeeb Shihadeh
f82e1d42b9
UI: fix alert flicker when controlsState not updated ( #22921 )
...
old-commit-hash: 2f90f04f8d
3 years ago
Adeeb Shihadeh
ee15159a3b
alert cleanup ( #22919 )
...
old-commit-hash: 5265c36de7
3 years ago
Igor Biletskyy
34ad595349
panda.cc: add functions to set can and data speed ( #22920 )
...
old-commit-hash: 04e1a25881
3 years ago
Adeeb Shihadeh
b6974fd2b3
better onroad test output ( #22873 )
...
old-commit-hash: ec66573a8b
3 years ago
qadmus
2e3bf355a1
plotjuggler: plotjuggler: tuning layout w/ cruise setpoint, use carControl.enable not carControl.active ( #22908 )
...
old-commit-hash: 5f2c7ad69f
3 years ago
Robbe Derks
bad079992c
reset on ignition edge ( #22915 )
...
old-commit-hash: 1d03f2a97b
3 years ago
Willem Melching
37c7137220
boardd: fix segfault when SIGINT with no pandas ( #22914 )
...
* boardd: fix segfault when SIGINT with no pandas
* remove if block
Co-authored-by: Robbe Derks <robbe.derks@gmail.com>
old-commit-hash: 8e12b9ca76
3 years ago
Erich Moraga
ba50fb04dc
Firmware replace \000 with \x00 ( #22911 )
...
old-commit-hash: e42bf919b2
3 years ago
Erich Moraga
cabc1b7dca
Add missing HIGHLANDERH_TSS2 engine f/w ( #22910 )
...
* Add missing HIGHLANDERH_TSS2 engine f/w
`maximammx#7799` 2022 Highlander Hybrid AWD DongleID/route 91445f0962323b04|2021-11-14--21-33-29
* Add 2022 Highlander Hybrid
old-commit-hash: cdc53efb98
3 years ago
Erich Moraga
dd19aa7326
Add missing COROLLAH_TSS2 engine f/w ( #22909 )
...
old-commit-hash: abb292d666
3 years ago
Erich Moraga
47dda79375
docs/CARS: add 2022 Camry ( #22904 )
...
* Add 2022 Camry ICE
DongleID/route f72a3ad7dc38d5cf|2021-11-14--09-21-28
https://discord.com/channels/469524606043160576/524327905937850394/909452075467960320
* fix whitespace
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 7ca76edf05
3 years ago
qadmus
229d987f10
PlotJuggler: Tuning layout ( #22902 )
...
* PlotJuggler layout for lateral and longitudinal tuning
* update README and tuning PR template
old-commit-hash: 65d1b51476
3 years ago
Adeeb Shihadeh
1aed0bb5ba
0.8.11 release notes
...
old-commit-hash: 8659c47df9
3 years ago
Adeeb Shihadeh
e14ef7f9fd
add multipanda to loopback tests ( #22900 )
...
old-commit-hash: e8598f7455
3 years ago
Adeeb Shihadeh
1896097480
boardd: apply bus offset in can recv
...
old-commit-hash: 5ffb3e4347
3 years ago
Adeeb Shihadeh
35bfdce477
loggerd: trigger rotate on frame id instead of frame count ( #22848 )
...
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: ea761cbbd5
3 years ago
Adeeb Shihadeh
17b51d3fd8
sim: fix CAN error and block loggerd
...
old-commit-hash: 45ced84acf
3 years ago
Dean Lee
13b3a3583d
ui: only check sensorEvents when offroad ( #22893 )
...
old-commit-hash: 96e6c343e2
3 years ago
Dean Lee
e0fa9b7909
framereader: remove deprecated ffmpeg functions ( #22895 )
...
old-commit-hash: c0b9c1f3af
3 years ago
Dean Lee
3df1ea1433
set pandaType in debug scripts ( #22897 )
...
old-commit-hash: 6b20118fec
3 years ago
Adeeb Shihadeh
a1ab2f7c36
CI: skip cruise mismatch check for can replays
...
old-commit-hash: db92006dc0
4 years ago
Igor Biletskyy
841c20b412
New usb protocol for panda ( #22752 )
...
* first try
* move dlc_to_len
* panda switch to mailbox branch
* add bitstruct to pipfile
* bump panda and remove bitstruct
* few cleanups and fixes
* sanity check data.size == dlc_to_len
* check problem with test
* Revert "check problem with test"
This reverts commit b4855b7c12188d36d5d510e729344dab2cf21be9.
* clean
* revert Pipfile.lock
* that was an issue???
* fix crash
* ...
* include dlc_to_len from panda
* alph
* define macros for returned and rejected
* cleanup
* bump panda to current master
old-commit-hash: e293ccf016
4 years ago
Vivek Aithal
27a6dc0c08
locationd : Acceleration Bias in locationd ( #22879 )
...
* add accel bias to filter for offline calculation
* bugfix acc bias in live_kf
* add no_accel obsertvation
* increase initial certainty of acc-bias and reduce PN
* increase initial certainty of acc-bias and reduce PN
* increase accel bias PN
* increase obs noise for no_accel observation
* style fixes
* update refs
old-commit-hash: 534bf697ee
4 years ago
Adeeb Shihadeh
c142416931
soundd: configure as persistent process ( #22878 )
...
* soundd: configure as persistent process
* update c2 test
* fix that
* little more
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: ed8e6f857c
4 years ago
Harald Schafer
646699a60b
needs to be on master
...
old-commit-hash: bcd4a46814
4 years ago
HaraldSchafer
d17ec32e0b
Give car interface roll and pitch ( #22891 )
...
* Give car interface roll and pitch
* fixup
* whitespace
old-commit-hash: a04114f68c
4 years ago
Adeeb Shihadeh
663a783e5a
Nissan: use cleaner Leaf brake pressed signal ( #22890 )
...
old-commit-hash: c6ce88e231
4 years ago
Willem Melching
387d4fc961
ci: scons cache should be pushed by a stage that actually builds
...
old-commit-hash: 6bbcecb41c
4 years ago
Willem Melching
0b8d611b10
ci: run test car models in matrix ( #22884 )
...
* Run test car models in matrix
* cache key per job
* actually cache files
* ci
* make files readable
* actually expose variables
* fix quote
* get cache unstuck
* ro cache can use more prefixes
* ci
old-commit-hash: 264c5f4e61
4 years ago
Willem Melching
b42be232d6
ci: scons save condition was flipped
...
old-commit-hash: 579994ced9
4 years ago
Willem Melching
71906f45fb
ci: fix timestamp in cache key ( #22886 )
...
old-commit-hash: d98c73adb4
4 years ago
Willem Melching
bb8d0aa76d
Move shutdown/reboot handling to manager ( #22882 )
...
* Move shutdown/reboot handling to manager
* more logging
* check enagaged
* Apply suggestions from code review
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 07ff724726
4 years ago
Willem Melching
bf03231af5
ci: new name for scons cache to switch to new timestamp
...
old-commit-hash: 4462d4c31f
4 years ago
Willem Melching
d3ca4af4a6
ci: use scons cache ( #22885 )
...
* ci: populate scons cache
* release build can use the regular cache
* no volume for docker run
* no need to load the cache then
* upload cache on master
old-commit-hash: b213e225a6
4 years ago
Joost Wooning
9042f18afd
cython wrapper for acados ( #22784 )
...
* cython wrapper for acados
* fix building
* sconscript cleanup
* no cython numpy
* cleanup
* upgrade build script
* try without slices
* new acados commit
* c3 update acados libs
* c2 libs
* make faster
* undo profiling
* fix build
* somewhat faster
* tryout cost_set_slice
* Revert "tryout cost_set_slice"
This reverts commit d358d93a13
.
* cleanup
* undo t_renderer change
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 89d0a52d16
4 years ago
Willem Melching
1bcba44589
Batch of ECU FW from cars that fuzzy fingerprinted ( #22883 )
...
* honda
* hyundai
* toyota
* VW
old-commit-hash: 8a8cee5e54
4 years ago
Andre Volmensky
1471f71909
Added fingerprint for Japanese 2017 X-Trail ( #22881 )
...
old-commit-hash: 293a383d3a
4 years ago
Vivek Aithal
d49fbbfbed
locationd: Set ECEF_POS valid flag to false if in no-gps mode ( #22857 )
...
* set ECEF_POS valid flag to false if in no-gps mode
* modify valid flag for all ecef states before gps
* add calibrated valid when no gps
* update refs
* remove extra whitespace
* add invalid flag to all NED values pre gps
* update refs
* update correct refs
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: c7be73b826
4 years ago
Adeeb Shihadeh
29f6b5cb98
allow update snoozing ( #22876 )
...
* allow update snoozing
* not immediately visible
* dismiss and close
* grey button
old-commit-hash: e528e2e3e2
4 years ago
Adeeb Shihadeh
731d85c522
alerts: use repeating warning2 sound for steerSaturated ( #22874 )
...
old-commit-hash: 308219c5b1
4 years ago
Erich Moraga
3ea786d9c5
Add missing HIGHLANDER_TSS2 engine f/w ( #22871 )
...
old-commit-hash: 7f4de651e1
4 years ago
Willem Melching
e8b1e69ac1
remove broken athena test
...
old-commit-hash: 0e78502181
4 years ago
Willem Melching
d5c6e4a205
nav: resend route on ui freeze ( #22869 )
...
old-commit-hash: 03195b79e6
4 years ago