Commit Graph

13014 Commits

Author SHA1 Message Date
Dean Lee a896ef9680 util: remove unused functions (#32372)
cleanup
old-commit-hash: c063395312
2024-05-08 10:18:43 -07:00
andreasdamm 5318929581 Added ECU FW version for 2021 Lincoln Aviator Black Label Grand Touring (#32361)
old-commit-hash: 7ab39fb92c
2024-05-07 21:49:52 -07:00
Adeeb Shihadeh f18c7e9b9d boardd: add debug flag for injecting SPI errors (#32346)
* pull out ll first

* errors

---------

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 2d838f95da
2024-05-07 21:36:04 -07:00
Adeeb Shihadeh de5f273a6b Revert "agnos 10.1 (#32348)"
This reverts commit 38c4557a88f3c7e43027f2f83eeba2375a0427dc.

old-commit-hash: 71832d651a
2024-05-07 20:33:09 -07:00
Cameron Clough d1c726c6d7 Ford: use platform codes to fuzzy fingerprint (#31124)
* Ford: use platform codes to fuzzy fingerprint

TODO: write scripts/tests (print platform codes and version ranges etc.)

May close #31052

* get_platform_codes: fix return type

* add print_platform_codes.py script

* print_platform_codes: sort versions

* match_fw_to_car_fuzzy: use set comprehension, and fix typo

* Ford: add missing Mach-E fw

From the route 83a4e056c7072678/2023-11-13--16-51-33 (which is already
in selfdrive/car/tests/routes.py, added in #30691).

* add ford_fuzzy_fingerprint.ipynb notebook

* get_platform_codes: use regex to parse firmware

* test_ford: test_platform_codes_fuzzy_fw

* test_ford: use get_platform_codes in test_fw_versions

* match_fw_to_car_fuzzy: improve comments

* test_ford: add test_platform_codes_spot_check

* test_ford: add test_match_fw_fuzzy

* remove comment from notebook

* TestFordFW: remove engine ECU FW

* update print_platform_codes.py

* remove part number (unecessary)

* platform codes can just use platform hint and model year - software revision not useful

* fuzzy FP on the platform hint and model year hint range

* fix platform codes test

* update notebook

* add notebook

* explain model year hint better

* test part numbers again

* cleanup notebooks

* remove notebook

* cleanup match_fw_to_car_fuzzy and add comments

* update comment

* .

* Revert "remove notebook"

This reverts commit 5d4ca202f2a23601d5c829204119f36a58f2b451.

* add notebook back

* remove PSCM from PLATFORM_CODE_ECUS

ABS and IPMA are the best for uniquely matching, and the radar is always required

* Revert "remove PSCM from PLATFORM_CODE_ECUS"

This reverts commit b7baeac19c18b5aa0c31da52f12054f4bae6e1ff.

* fix from merge

* more fixes

revert

* FW_RE -> FW_PATTERN

* this can actually be set

* conventions

* just add

* convention

* refactor matcher, this brings it more in line with Hyundai. IMPORTANT NOTE:

NOTE THAT WE remove the separation for the different platform code model year hint ranges, I don't see that being a problem

* better/smaller test

* add test to catch overlapping platform codes

* remove nb

* not now

---------

Co-authored-by: Shane Smiskol <shane@smiskol.com>
old-commit-hash: 85c9fea5d8
2024-05-07 20:28:59 -07:00
Adeeb Shihadeh 7b634ee1b3 agnos 10.1 (#32348)
old-commit-hash: d0e5f42b68
2024-05-07 20:05:38 -07:00
Dean Lee a2226ad906 cabana: Implement Remote Route Browsing Feature (#32332)
browse remote routes
old-commit-hash: b551e7c1a2
2024-05-07 19:59:30 -07:00
Adeeb Shihadeh 4b93347a4c reduce severity of offroad temperature alert
old-commit-hash: cdf2e75cc3
2024-05-07 15:58:59 -07:00
Adeeb Shihadeh 35215df6c0 remove Offroad_InvalidTime alert
old-commit-hash: 1fc3d9224e
2024-05-07 15:58:29 -07:00
Shane Smiskol 7b293f43c9 print_flags.py: clean up
always ensure current impl of something is the best!

old-commit-hash: 888b38c3db
2024-05-07 15:06:23 -07:00
Shane Smiskol 43cac3cf24 PlatformConfig: clean up and print all flags (#32369)
* script to print flags

* don't need

* SAL

* back

* fix
old-commit-hash: f597d63bf6
2024-05-07 15:00:02 -07:00
Adeeb Shihadeh 0020672bfa remove tools/zookeeper/
old-commit-hash: f93b139098
2024-05-06 20:01:15 -07:00
Adeeb Shihadeh f6567d724c fix pigeond test path
old-commit-hash: 6dd55b64d8
2024-05-06 17:30:33 -07:00
Shane Smiskol 0e0550f59b Kia: add missing Carnival 2024 FW (#32365)
carnival 2024 FW
old-commit-hash: 3e7d9fa2fe
2024-05-06 17:10:12 -07:00
Adeeb Shihadeh 01fcd7b727 revert changes to release/ (#32364)
* revert changes to release/

* put those back

* revert Jenkinsfile
old-commit-hash: 1c42b8a05f
2024-05-06 16:42:35 -07:00
Adeeb Shihadeh 124b4566db remove foxglove, rerun is the future
old-commit-hash: 1de6428896
2024-05-06 16:29:23 -07:00
Shane Smiskol 40fea75562 debug test_models script fixes (#32362)
* some things were renamed without checking

* fix that
old-commit-hash: e5107b1eab
2024-05-06 15:01:06 -07:00
Shane Smiskol 70c31f51e6 [bot] Fingerprints: add missing FW versions from new users (#32357)
Export fingerprints
old-commit-hash: c05fc4872e
2024-05-06 13:47:20 -07:00
commaci-public a0237f00e3 [bot] Update Python packages and pre-commit hooks (#32355)
Update Python packages and pre-commit hooks

Co-authored-by: Vehicle Researcher <user@comma.ai>
old-commit-hash: 3c32585a92
2024-05-06 13:46:58 -07:00
Hoang Bui 29a1763d01 CI/Simulator: Add Metadrive test to CI (#32352)
* works consistently

* ci gha

* fix

* navd

* fix

* cleanup

* change button

* cleanup

---------

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
old-commit-hash: aca01365e6
2024-05-05 16:32:08 -07:00
Dean Lee aa7d828769 cabana: fix the panda serial selector disappeared after `buildConfigForm()` (#32342)
old-commit-hash: 5f8b53be33
2024-05-04 09:40:54 -07:00
Shane Smiskol 668a34ae22 [bot] Fingerprints: add missing FW versions from new users (#32349)
Export fingerprints
old-commit-hash: 3bf7009877
2024-05-04 09:39:16 -07:00
commaci-public ca9d039f14 [bot] Bump submodules (#32344)
bump submodules

Co-authored-by: Vehicle Researcher <user@comma.ai>
old-commit-hash: 7b5923a5eb
2024-05-03 14:34:37 -07:00
Shane Smiskol dbdff45633 [bot] Fingerprints: add missing FW versions from new users (#32340)
Export fingerprints
old-commit-hash: 22be176b87
2024-05-03 10:46:57 -07:00
Dean Lee 60387b191f replay: fix hang issue on system wake-up (#32341)
fix hang issue on system wake-up
old-commit-hash: c0a2ce31ee
2024-05-03 10:46:39 -07:00
Dean Lee 8df37a97d3 cabana: Improve seeking and zooming (#32334)
* Improve seeking and zooming

* No repeated calculation of freq

* set min zoom seconds to 10ms
old-commit-hash: d72f000d98
2024-05-03 02:42:29 -07:00
Shane Smiskol f2c0eb2388 athenad: set TOS field for proxy WebSocket (#32337)
set TOS
old-commit-hash: d7d3111212
2024-05-03 01:30:32 -07:00
Shane Smiskol 2dc96b6ee8 athenad: set a timeout on proxy WebSocket receive (#32336)
* useless

* Revert "useless"

This reverts commit 28f0bb9e9794d60eefba8063b47d8ca113308008.

* this forever hangs you disconnect (or 2 hours)

* same timeout as the global websocket

* Revert "same timeout as the global websocket"

This reverts commit 0bd0cb8a38a3e17960c1fae205311d86a9cf8feb.

* setting the timeout affects the entire websocket and disconnects, not just recv timeout

* fix that

* fix test
old-commit-hash: 09aeab3f77
2024-05-02 20:30:19 -07:00
Adeeb Shihadeh f8c730ef4e CPU budget (#32335)
* cpu budget

* comment

* new line
old-commit-hash: bf2e00a233
2024-05-02 12:09:34 -07:00
Shotaro Watanabe f3f49b4661 devcontainer: added batman to the video group (#32333)
old-commit-hash: 0362cfa7ee
2024-05-01 22:22:35 -07:00
Adeeb Shihadeh df1314fbf7 agnos 10 (#32320)
old-commit-hash: b98ea81bdb
2024-05-01 20:54:32 -07:00
Andrei Radulescu 1cbb26bcc7 camerad: cast ci->image_sensor to unsigned short (#32317)
fixes 24.04 build
old-commit-hash: 6a52507e3a
2024-05-01 15:00:25 -07:00
Adeeb Shihadeh a6faeb03ce adjust gps alert
old-commit-hash: 6ef95f7a91
2024-05-01 11:35:20 -07:00
Kacper Rączy 3d19b4fe3a bodyteleop: include .gitignore in release files (#32328)
Add gitignore to release files
old-commit-hash: d6a2a7ba60
2024-04-30 14:05:37 -07:00
Harald Schäfer 375978d40b North Dakota Model (#32309)
* ND model

* 86d23b15-5c26-464d-9fb5-e857f025462c/700

* Model ref replay commit

* update ref again
old-commit-hash: b9994c7c95
2024-04-29 17:42:49 -07:00
Adeeb Shihadeh 1cf55e7416 unpin casadi (#32316)
old-commit-hash: f3a49a29b7
2024-04-29 16:35:49 -07:00
commaci-public 19fcfc7d57 [bot] Update Python packages and pre-commit hooks (#32314)
Update Python packages and pre-commit hooks

Co-authored-by: Vehicle Researcher <user@comma.ai>
old-commit-hash: fa7edadaa7
2024-04-29 09:10:03 -07:00
Adeeb Shihadeh 3a6900f816 CI: set bot PR author
old-commit-hash: 82f7ab8f7d
2024-04-29 09:00:12 -07:00
Shane Smiskol 4e2cdeba55 [bot] Fingerprints: add missing FW versions from new users (#32315)
Export fingerprints
old-commit-hash: 45c021955a
2024-04-29 08:53:24 -07:00
Adeeb Shihadeh cec27f9db5 prep for ubuntu 24.04 (#32307)
* update to ubuntu 24.04

* latest

* revert those

* fix that

* vla

* try that

* fix uid

* keep 20.04 support

* just prep for now
old-commit-hash: a44add160e
2024-04-28 16:24:04 -07:00
Adeeb Shihadeh cc71b0876a bump panda; ubuntu 24.04
old-commit-hash: 1b0ce23bbe
2024-04-28 15:33:37 -07:00
Adeeb Shihadeh 9e593c5eda bump submodules - ubuntu 24.04 (#32312)
old-commit-hash: 3e1617deaa
2024-04-28 14:14:55 -07:00
Dean Lee 65660350dd cabana: show enum string in chart tooltip (#32303)
old-commit-hash: 37877185f8
2024-04-27 16:31:48 -07:00
Armand du Parc Locmaria 938759ebd1 commabody: ignore fcw alerts (#32301)
* ignore modelV2 and longitudinalPlan on the body to avoid fcw alerts

* move joystick_mode up because ignore depends on it

* revert and ignore fcw itself instead
old-commit-hash: adabd108e2
2024-04-26 20:04:10 -07:00
Jack Merrill 38c10a672a Subaru: Increase RPM Limit (#32299)
Increase the Subaru RPM limit in values.py, update panda submodule
old-commit-hash: 5783bdc513
2024-04-26 16:07:17 -07:00
Shane Smiskol 41e46a8f96 [bot] Fingerprints: add missing FW versions from new users (#32300)
Export fingerprints
old-commit-hash: 98ff2dd76e
2024-04-26 14:16:13 -07:00
Adeeb Shihadeh 32ea4667c2 Revert "ui/cameraview: merge EGL Image Clearing code into `clearEGLImages()` (#32292)"
This reverts commit 44486989b061fbbe31aff217ec82e7ce7b604950.

old-commit-hash: d56f188854
2024-04-25 11:14:03 -07:00
Dean Lee 2772be8303 camerad: Localizing the variable "ret" (#32294)
Localizing the variable "ret"
old-commit-hash: edb683a62b
2024-04-25 11:08:27 -07:00
Dean Lee d83b2f447d ui/cameraview: merge EGL Image Clearing code into `clearEGLImages()` (#32292)
old-commit-hash: 7e6dda546e
2024-04-25 11:05:45 -07:00
Dean Lee e7aab62050 cabana: increase cache limits (#32295)
old-commit-hash: 3efd0ff4fa
2024-04-25 10:35:49 -07:00