forked from commaai/openpilot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squash merge of the following commits from commaai/master:
7eca4d6 tools: better joystick instructions ed5e58c Hyundai: use regular Hyundai safety mode and add radar DBC (commaai#23461) 233a6e4 LanePlanner: offsets cleanup (commaai#23459) 24213ac lfs: easier to use config (commaai#23490) 6e817f9 manager: default driverview to False (commaai#23492) 44592f4 statsd: run at 2Hz (commaai#23493) 35ec6ac use ndarray.tolist to convert numpy array to float (commaai#23485) 8444f82 calibrationd: convert existing calibration to numpy (commaai#23494) 5fb9c6a thermald has slowly started to use more CPU 678732d AlertManager: cleanup add_many (commaai#23438) 85dcfbb update comment (commaai#23495) a186bcc cleanup iterate keys in dictionaries (commaai#23497) 79577e4 boardd: remove ublox timestamp logging (commaai#23498) dbae5e7 lateral_planner: use nympy.isnan().any() (commaai#23500) b1a226b VW MQB: Add FW for 2022 Volkswagen Atlas (commaai#23501) eb9f359 Toyota: Support Avalon 2022 (TSS2.5) (commaai#23381) 08a1ce0 update release notes 3816ecf bump opendbc 9941c99 process replay: handle inf and nan in absolute tolerance de572c3 calibrationd: fix indentation (commaai#23502) e5f9af4 calibrationd: Don't repeatedly call get_valid_idxs() (commaai#23473) f808b17 use roll std from locationd (commaai#23449) 7d7c0ff tools: add bootlog helpers (commaai#23504) ee52a61 add pre-commit hook for large files (commaai#23505) c214aee cleanup .gitattributes (commaai#23503) 9e1428f Do not disable loggerd when below 5% space (commaai#23440) 48b6dfa controlsd: check self.enabled out of the any() (commaai#23507) c84a085 bump cereal: more qlog decimation fcfea4c Kia Niro EV - replace \000 by \x00 (commaai#23509) 6d16b0c can_printer.py: default no ascii 1538013 pandad: only reset pandas on first run (commaai#23511) 6d5dce2 Subaru: fix missing commas in fingerprints (commaai#23512) 2c94f15 linter: don't allow implicitly concatenated strings (commaai#23513) d5f4fdb eliminate xx filereader (commaai#23514) 57156c4 Chrysler: remove standstill exception for gas disengage (commaai#23515) df35ebd fix filereader cd:/ replacement a6b46c3 filereader better name for cd:/ replacement 6dbae95 UI: reset interactivity timeout on PC (commaai#23508) 9f4fd73 Toyota: DBC signal renames (commaai#23452) fd042a5 controlsd: cleanup parsing android log (commaai#23421) feae375 swaglog.cc: add test case. fixed the ctx of the first message is empty (commaai#23226) 8c53adf swaglog: add daemon name to context (commaai#23518) 610b99f Log android system shutdown to param (commaai#23520) ef3a549 thermald: remove modem version log (commaai#23524) e72eb1d thermald: remove brightness setting on ui crash (commaai#23527) ed23177 thermald: remove panda disconnect logic (commaai#23526) 53ca036 thermald: let manager handle shutdown (commaai#23528) b75e410 boardd: panda_state_thread run closer to 2 Hz (commaai#23529) 785180d MainWindow::eventFilter: add static keyword for evts (commaai#23521) 75be122 ui/WifiManager: inherit from QObject instead of QWidget (commaai#23523) 39d904d ui/networking: combine connect functions into one (commaai#23522) 308a6f1 manager: log exit reason (commaai#23532)
- Loading branch information
Showing
76 changed files
with
608 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
*.keras filter=lfs diff=lfs merge=lfs -text | ||
*.dlc filter=lfs diff=lfs merge=lfs -text | ||
*.onnx filter=lfs diff=lfs merge=lfs -text | ||
*.pb filter=lfs diff=lfs merge=lfs -text | ||
*.bin filter=lfs diff=lfs merge=lfs -text | ||
*.jpg filter=lfs diff=lfs merge=lfs -text | ||
*.ipynb filter=nbstripout -diff | ||
external/ffmpeg/bin/ffmpeg_cuda filter=lfs diff=lfs merge=lfs -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[lfs] | ||
url = https://gitlab.com/commaai/openpilot-lfs.git/info/lfs | ||
pushurl = | ||
pushurl = ssh://[email protected]/commaai/openpilot-lfs.git | ||
locksverify = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule opendbc
updated
22 files
Submodule panda
updated
2 files
+1 −6 | board/safety/safety_chrysler.h | |
+0 −21 | tests/safety/test_chrysler.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# flake8: noqa | ||
|
||
from selfdrive.car import dbc_dict | ||
from cereal import car | ||
Ecu = car.CarParams.Ecu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# flake8: noqa | ||
|
||
from selfdrive.car import dbc_dict | ||
from cereal import car | ||
Ecu = car.CarParams.Ecu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# flake8: noqa | ||
|
||
from cereal import car | ||
from selfdrive.car import dbc_dict | ||
Ecu = car.CarParams.Ecu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
# flake8: noqa | ||
|
||
from selfdrive.car import dbc_dict | ||
from cereal import car | ||
Ecu = car.CarParams.Ecu | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.