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.
*fix missing params *fix undeleted fropilot files *update translations *fix *fix use shadowing variable Python builtin *fix codespell failed with NOO ==> NO *fix use mutable data structures for argument defaults
- Loading branch information
1 parent
c967fe8
commit 15fa978
Showing
36 changed files
with
927 additions
and
4 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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
tap "homebrew/bundle" | ||
brew "xz" | ||
brew "bzip2" | ||
brew "openssl@1.1" | ||
brew "openssl@3" | ||
brew "readline" | ||
brew "python@3.9" | ||
brew "capnp" | ||
brew "fluid-synth" | ||
brew "qt@5" | ||
brew "pyqt@5" | ||
brew "python@3.11" | ||
brew "carla" | ||
brew "catch2" | ||
brew "cmake" | ||
brew "coreutils" | ||
brew "cppcheck" | ||
brew "libssh2" | ||
brew "openldap" | ||
brew "rtmpdump" | ||
brew "curl" | ||
brew "eigen" | ||
brew "harfbuzz" | ||
brew "libass" | ||
brew "tesseract" | ||
brew "zeromq" | ||
brew "ffmpeg" | ||
brew "gcc@12" | ||
brew "gh" | ||
brew "git" | ||
brew "git-lfs" | ||
brew "glfw" | ||
brew "gnupg" | ||
brew "gobject-introspection" | ||
brew "llvm" | ||
brew "openssl@3.0" | ||
brew "pipenv" | ||
brew "protobuf" | ||
brew "protobuf-c" | ||
brew "pyenv" | ||
brew "pyenv-virtualenv" | ||
brew "python@3.10" | ||
brew "rsync" | ||
brew "swig" | ||
brew "zlib" | ||
cask "gcc-arm-embedded" |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
locale_dir = "/data/openpilot/selfdrive/assets/locales" | ||
# supported_language = ["en-US", "zh-TW", "zh-CN", "ja-JP", "ko-KR"] | ||
supported_languages = { | ||
"main_en": "en-US", | ||
"main_zh-CHT": "zh-TW", | ||
"main_zh-CHS": "zh-CN", | ||
"main_ko": "ko-KR", | ||
"main_ja": "ja-JP", | ||
} |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
Oops, something went wrong.