Adeeb Shihadeh
8b81a3ac2f
add pandas and tabulate packages ( #25076 )
...
* add pandas and tabulate packages
* remove that
old-commit-hash: 1382e28aa0
3 years ago
Adeeb Shihadeh
8f5ab5d687
move kona limit to car controller
...
old-commit-hash: bd432eb76b
3 years ago
Adeeb Shihadeh
f03daef602
Hyundai: limit Kona torque ( #25074 )
...
old-commit-hash: a4c9076581
3 years ago
Adeeb Shihadeh
7e10f872cf
UI: fix reset calibration description
...
old-commit-hash: ff3f6de149
3 years ago
Dean Lee
92da40952f
UI: fix unable to scroll on 'Regulatory' page ( #25014 )
...
* fix unable to scroll on 'Regulatory' page
deleteLater after hide
* remove alert
* override exec
* set MousePressEventDelay to 0
* set to 0.01
* cleanup
* check event->pos()
old-commit-hash: dc3d94d662
3 years ago
Adeeb Shihadeh
9e75901cab
chill ram tune ( #25071 )
...
old-commit-hash: b035b538ec
3 years ago
Shane Smiskol
79c27c0ec2
Add Chinese (traditional) translations ( #25064 )
...
* Add Chinese translations
* wrap these
* add to languages.json
* fix tests
* use tmp dir for tests (doesn't change translation files in git repo)
* defaultdict not used
* update main_zh.ts (test outdated QM file)
* test outdated QM file (prev commit tests missing)
* update qm file
* add sidebar translations
* no need for function
old-commit-hash: bd2ea15897
3 years ago
Adeeb Shihadeh
e089fba119
Chrysler: fix steer fault detection ( #25068 )
...
old-commit-hash: 836e2a4d98
3 years ago
Dean Lee
e9f2954ee5
loggerd: remove 'enable' from struct LogCameraInfo ( #25052 )
...
remove enalbe
old-commit-hash: 568cc0f892
3 years ago
Adeeb Shihadeh
733cacdd8f
process replay: add Ram route ( #25063 )
...
old-commit-hash: 8d98d8c657
3 years ago
Adeeb Shihadeh
7143eb7d0a
Chrysler: resume from cruise standstill ( #25009 )
...
* Chrysler: resume from cruise standstill
* bump panda
* resume isn't set yet
old-commit-hash: ea80ee0845
3 years ago
Willem Melching
5c97a090b6
athena: skip duplicate upload requests ( #25062 )
...
* athena: skip duplicate upload requests
* cleanup
* keep simple
* just ignore
old-commit-hash: 7e187426c7
3 years ago
Willem Melching
994b31a585
fix MacOS buid: replay frameworks ( #25061 )
...
* replay: fix macos build
* here too
* keep original frameworks
old-commit-hash: 356190f671
3 years ago
Gijs Koning
c64a61e652
Laikad: Use clocks for faster fetching orbits ( #25060 )
...
* Use clocks msg to for first fetch of orbits. Which is sent earlier than ublox msgs
* refactor last_fetch_orbits
* Add comment.
Add test
* increase timeout
* Add clocks to process replay
old-commit-hash: eaf7eb4278
3 years ago
Willem Melching
5751d166bb
onroad.cc: fix mutcd sign width for metric speed limit
...
old-commit-hash: a3a9a0685c
3 years ago
Gijs Koning
2a11354d28
Process replay: Fix subtest diff ( #25054 )
...
Fix subtest diff
old-commit-hash: edf170103e
3 years ago
Shane Smiskol
ab7beb99de
FW query debug script: print version brand ( #25058 )
...
* test_fw_query_on_routes: print brand
* dynamic paddign
old-commit-hash: 30cb9ac962
3 years ago
Shane Smiskol
9bc945c428
Stock longitudinal: spam resume button when lead starts moving ( #24873 )
...
* always log leads, we hide them in ui
* only spam resume when future is > vEgoStarting
* do rest but vw
* vw
* remove comments
* rename to resume
* maintain original button msg rate
* mazda: ensure no resume if cancelling
* same for non-HDA2
* Always run planner if not opLong
* try 0.2
* 0.1 should be pretty safe
* add test for resuming
* fix test
* stricter test, speeds[-1] is 0.14 when starting here
* no walrus
* fixup mazda cc
* remove extra import
old-commit-hash: fd2de54172
3 years ago
Adeeb Shihadeh
7d042460a4
Ram 1500 ( #24878 )
...
* RamInit
* bump submodules
* lil cleanup
* clean up carstate formatting and platform grouping
make tuple
* give it a gold torque star (looks around 2.4 from rough data)
* Dasm Fault
* bump panda
* more cleanup
* cleanup car state
* more cleanup
* some fixes
* remove more stuff
* fix angle signal scaling and fix lkas control bit
* bump panda
* update those
* same limits as pacifica
* cleanup hud alert building
* better fault logic
* fix rate
* set ahb
* bring that back
* update refs
Co-authored-by: Jonathan <jraycec@gmail.com>
Co-authored-by: Shane Smiskol <shane@smiskol.com>
Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 9b0acacf5e
3 years ago
Shane Smiskol
eb31508af0
VW FPv2: reduce number of ECU queries ( #24939 )
...
* only send valid/needed queries
* just do volkswagen
* clean up
* add parameter name
clean up
* add test for whitelist
* rename
* Update selfdrive/car/fw_versions.py
Co-authored-by: Jason Young <46612682+jyoung8607@users.noreply.github.com>
* fix test
* log response addresses
* bump cereal
* handle response pending with IsoTpParallelQuery
* remove response pending stuff
* temporarily disregard cache for easier testing
* revert this
Co-authored-by: Jason Young <46612682+jyoung8607@users.noreply.github.com>
old-commit-hash: 479b66c992
3 years ago
Shane Smiskol
4eabd3b9d9
FW fingerprinting: log all FW versions ( #25042 )
...
* get_fw_versions returns all fw versions with request's brand
* keep track of everything received
* debug
* need to regen or write a hack in build_fw_dict
* to be safe, still replace old responses within same brands (hyundai responds to two queries, can fix later)
to be safe, still replace old responses within same brands (hyundai responds to two queries, can fix later)
* update test_fw_query_on_routes
* clean up
* better name
* slightly cleaner
* fix test_startup unit test
del
* fix imports
* fix test_fw_fingerprint
fix test_fw_fingerprint
fix
* fingerprint on all FW_VERSIONS, not just brands with requests
* support old routes in test_fw_query_on_routes
* regen and update refs
* similar function style to before
* better comment
* space
switch name
* try to exact match first
* useless else
* fix debug script
* simpler dictionary
* bump cereal to master
old-commit-hash: ea241bf3dc
3 years ago
Shane Smiskol
f06e345f88
Add missing 2019 RAV4 Hybrid engine FW version ( #25057 )
...
add missing engine fw
old-commit-hash: 3e5e27f043
3 years ago
Gijs Koning
6e0a530bae
laikad: Filter unwanted pseudoranges ( #25051 )
...
Filter unwanted pseudoranges
old-commit-hash: b88d7c89fa
3 years ago
Gijs Koning
e2e7e4e456
bump laika
...
old-commit-hash: e336f254b1
3 years ago
Willem Melching
959731bafc
add casync to release files
...
old-commit-hash: 6065871ad5
3 years ago
Willem Melching
5dc7f22545
casync: compute seed caibx url on the fly ( #25046 )
...
* compute seed hash on the fly
* more logging
* partition name in url
* fix comment
old-commit-hash: 4080f729be
3 years ago
Willem Melching
e3c24c5cc4
casync: reuse requests session in RemoteChunkReader ( #25045 )
...
old-commit-hash: 50434d612e
3 years ago
Adeeb Shihadeh
48570e9a6a
bump opendbc
...
old-commit-hash: 59c28611a4
3 years ago
Shane Smiskol
220db41bab
long planner: run when using stock longitudinal ( #25017 )
...
* Squashed commit of the following:
commit e27a5b4e2bfeab4e6a47440b1d4eb180ee4acf49
Author: Shane Smiskol <shane@smiskol.com>
Date: Fri Jul 1 14:10:06 2022 -0700
remove this test
remove this test
commit c3c10af82222ea4641d94c53a3a07b486cca8452
Author: Shane Smiskol <shane@smiskol.com>
Date: Fri Jul 1 14:08:15 2022 -0700
only planner changes
commit 50e0f1d8704c15acfce8987faf3515c99e8af4f4
Merge: e088fde67
86f0c5757
Author: Shane Smiskol <shane@smiskol.com>
Date: Fri Jul 1 14:05:36 2022 -0700
Merge remote-tracking branch 'upstream/master' into enable-planner2
commit e088fde67e
Author: Shane Smiskol <shane@smiskol.com>
Date: Thu Jun 30 13:58:38 2022 -0700
no walrus
commit b7b425e530
Merge: f8634266b
8fd235fc6
Author: Shane Smiskol <shane@smiskol.com>
Date: Thu Jun 30 13:54:30 2022 -0700
Merge remote-tracking branch 'upstream/master' into enable-planner
commit f8634266b4
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 29 16:07:35 2022 -0700
stricter test, speeds[-1] is 0.14 when starting here
commit c9e446ad21
Merge: e6c4106ea
cb46531fe
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 29 16:01:32 2022 -0700
Merge remote-tracking branch 'upstream/master' into enable-planner
commit e6c4106ea1
Author: Shane Smiskol <shane@smiskol.com>
Date: Sat Jun 25 03:28:41 2022 -0700
fix test
commit 0520c7f216
Author: Shane Smiskol <shane@smiskol.com>
Date: Sat Jun 25 03:26:16 2022 -0700
add test for resuming
commit 04db5f80bf
Merge: e23b37d3f
d18a5ee5a
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 22 20:15:50 2022 -0700
Merge remote-tracking branch 'upstream/master' into enable-planner
commit e23b37d3fe
Author: Shane Smiskol <shane@smiskol.com>
Date: Tue Jun 21 12:46:04 2022 -0700
0.1 should be pretty safe
commit e7dc3960da
Author: Shane Smiskol <shane@smiskol.com>
Date: Tue Jun 21 12:39:30 2022 -0700
try 0.2
commit ff0597ec92
Author: Shane Smiskol <shane@smiskol.com>
Date: Tue Jun 21 11:34:00 2022 -0700
Always run planner if not opLong
commit 13997c5527
Merge: d2f51ee55
7bba47a10
Author: Shane Smiskol <shane@smiskol.com>
Date: Tue Jun 21 11:29:22 2022 -0700
Merge remote-tracking branch 'upstream/master' into enable-planner
commit d2f51ee55f
Author: Shane Smiskol <shane@smiskol.com>
Date: Tue Jun 21 11:27:45 2022 -0700
same for non-HDA2
commit 6a63bd60f0
Author: Shane Smiskol <shane@smiskol.com>
Date: Mon Jun 20 23:37:07 2022 -0700
mazda: ensure no resume if cancelling
commit 5771cdecab
Author: Shane Smiskol <shane@smiskol.com>
Date: Mon Jun 20 23:27:58 2022 -0700
maintain original button msg rate
commit 6c1fe0606f
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 15 23:45:26 2022 -0700
rename to resume
commit 00b1df652f
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 15 21:57:54 2022 -0700
remove comments
commit 325ea9bbd5
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 15 21:56:20 2022 -0700
vw
commit 2c9061042b
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 15 21:54:37 2022 -0700
do rest but vw
commit 3dc51f663d
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 15 16:34:48 2022 -0700
only spam resume when future is > vEgoStarting
commit 5f32cd1fcb
Author: Shane Smiskol <shane@smiskol.com>
Date: Wed Jun 15 16:09:43 2022 -0700
always log leads, we hide them in ui
* reset when not CS.enabled
remove comment
* update refs
old-commit-hash: f797567ef8
3 years ago
BirdZhang
8c9b001609
Toyota: add missing esp FW version for 2021 Toyota Corolla ( #25026 )
...
2021 Toyota Levin hybrid (aka Corolla)
old-commit-hash: 38427e6fbb
3 years ago
haram-KONA
326d70b7b0
car docs: add video for Hyundai Kona Hybrid 2020 ( #25029 )
...
* Update values.py
Added the following video link "https://www.youtube.com/watch?v=0dwpAHiZgFo "
* Update values.py
* Update selfdrive/car/hyundai/values.py
* Update selfdrive/car/hyundai/values.py
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 73a6348be7
3 years ago
Erich Moraga
af497fe3a2
Add new LEXUS_RX_TSS2 engine f/w ( #25041 )
...
`@ibby1137#8978` 2022 Lexus RX350L AWD DongleID|route abc09032f402f271|2022-07-05--17-34-41
old-commit-hash: 972e24ee26
3 years ago
Shane Smiskol
399b7e00f2
regen migration: use Panda safety parameters ( #25043 )
...
no magic numbers
old-commit-hash: f21b56f25a
3 years ago
martinl
163599aaad
Subaru: XV is supported ( #25034 )
...
* Subaru: add XV to supported models
* Update docs
old-commit-hash: eaa8b08510
3 years ago
Adeeb Shihadeh
256d6390fd
Chrysler: prep for Ram port ( #25040 )
...
* Chrysler: prep for Ram port
* bump opendbc
* opendbc master
* bump panda
old-commit-hash: 88a30004e0
3 years ago
Adeeb Shihadeh
fa29abe740
always show avg power
...
old-commit-hash: d4f4809992
3 years ago
martinl
907c9f6815
Update path for github workflow hardware unit tests ( #25035 )
...
* Update hardware path for github workflow unit tests
* Update release/files_common
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 0bf1462ad0
3 years ago
Willem Melching
0f37257d29
casync: build_chunk_dict optimize for resuming ( #25038 )
...
old-commit-hash: 06a8ac627c
3 years ago
Willem Melching
3230474724
add casync support to agnos updater ( #23654 )
...
* add casync option to agnos updater
* open if necessary
* add python implementation
* last chunk can be small
* check flags
* cleaner check
* add remote and file stores
* remote caibx file
* print stats
* use python implementation
* clean up imports
* add progress
* fix logging
* fix duplicate chunks
* add comments
* json stats
* cleanup tmp
* normal image is still sparse
* Update system/hardware/tici/agnos.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* Update system/hardware/tici/agnos.py
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
* add some types
* remove comment
* create Chunk type
* make readers a class
* try agnos 5.2
* add download retries
* catch all exceptions
* sleep between retry
* revert agnos.json changes
Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: 3900781092
3 years ago
Willem Melching
297a0bd65b
controlsd: avoid lag on first iteration due to get_short_branch ( #25031 )
...
* controlsd: avoid lag on first iteration due to get_short_branch
* always cache
old-commit-hash: d4cc13c88a
3 years ago
Willem Melching
fe538c2f99
bump opendbc
...
old-commit-hash: 735387d5ee
3 years ago
Dean Lee
da42de3d6a
settings.cc: remove function network_panel ( #25030 )
...
remove function network_panel
old-commit-hash: 5f794fe49a
3 years ago
HaraldSchafer
316de57010
Torque control: max torque warning ( #25018 )
...
* New steer torque warning
* typo
old-commit-hash: 0c95493dc0
3 years ago
Shane Smiskol
b5ca722f34
car docs: remove steering torque hard-coding ( #25019 )
...
remove good torque hardcoding
old-commit-hash: e11bb76a64
3 years ago
Jason Shuler
2f3e4b1b67
GM: values.py cleanup & minor updates ( #24908 )
...
* Comment update on static limits
* Astra FP cleanup
* DBC autogen & customizable
* Add new Escalade FP, disable bad
* Add DROPPED CanBus value
* Update/cleanup CarInfo
* DBC -> defaultdict
* Fix DBC typing issue
* Revert Escalade fix
* clean up
* comment spacing
* revert this for now
Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: fcc5b3d70c
3 years ago
Gijs Koning
27e8adbbce
Laikad: Allow fetching orbits every minute ( #25016 )
...
* Allow fetching orbits every minute
* Small cleanup
old-commit-hash: 8d6799d95a
3 years ago
Willem Melching
0c2afda822
enable laikad ( #25013 )
...
* enable laikad
* increase logprint for onroad test
old-commit-hash: cdc7a6dbea
3 years ago
Gijs Koning
518524641f
Laikad: dont log when filter is not initialized
...
old-commit-hash: f10283072e
3 years ago
Gijs Koning
554274d924
process replay: Fix setting environment vars ( #25015 )
...
Fix setting environments in process replay
old-commit-hash: 12f8237bfb
3 years ago
Willem Melching
a2f61f9424
bump laika
...
old-commit-hash: c8e5912b61
3 years ago