forked from dragonpilot-community/dragonpilot
-
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.
date: 2024-06-25T13:13:17 commit: 69a0992
- Loading branch information
1 parent
0cc5813
commit a5cee30
Showing
1,615 changed files
with
100,097 additions
and
316,093 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,19 @@ | ||
--- | ||
Checks: ' | ||
bugprone-*, | ||
-bugprone-integer-division, | ||
-bugprone-narrowing-conversions, | ||
performance-*, | ||
clang-analyzer-*, | ||
misc-*, | ||
-misc-unused-parameters, | ||
modernize-*, | ||
-modernize-avoid-c-arrays, | ||
-modernize-deprecated-headers, | ||
-modernize-use-auto, | ||
-modernize-use-using, | ||
-modernize-use-nullptr, | ||
-modernize-use-trailing-return-type, | ||
' | ||
CheckOptions: | ||
... |
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,39 @@ | ||
**/.git | ||
.DS_Store | ||
*.dylib | ||
*.DSYM | ||
*.d | ||
*.pyc | ||
*.pyo | ||
.*.swp | ||
.*.swo | ||
.*.un~ | ||
*.tmp | ||
*.o | ||
*.o-* | ||
*.os | ||
*.os-* | ||
*.so | ||
*.a | ||
|
||
venv/ | ||
.venv/ | ||
|
||
notebooks | ||
phone | ||
massivemap | ||
neos | ||
installer | ||
chffr/app2 | ||
chffr/backend/env | ||
selfdrive/nav | ||
selfdrive/baseui | ||
selfdrive/test/simulator2 | ||
**/cache_data | ||
xx/plus | ||
xx/community | ||
xx/projects | ||
!xx/projects/eon_testing_master | ||
!xx/projects/map3d | ||
xx/ops | ||
xx/junk |
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,11 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[{*.py, *.pyx, *.pxd}] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 |
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
File renamed without changes.
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,2 @@ | ||
# Created by pytest automatically. | ||
* |
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,4 @@ | ||
Signature: 8a477f597d28d172789f06886806bc55 | ||
# This file is a cache directory tag created by pytest. | ||
# For information about cache directory tags, see: | ||
# https://bford.info/cachedir/spec.html |
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,8 @@ | ||
# pytest cache directory # | ||
|
||
This directory contains data from the pytest's cache plugin, | ||
which provides the `--lf` and `--ff` options, as well as the `cache` fixture. | ||
|
||
**Do not** commit this to version control. | ||
|
||
See [the docs](https://docs.pytest.org/en/stable/how-to/cache.html) for more information. |
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 @@ | ||
2461989904 |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Security Policy | ||
|
||
## Reporting a Vulnerability | ||
|
||
Suspected vulnerabilities can be reported to both `[email protected]` and `[email protected]`. |
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,18 @@ | ||
# comma body | ||
|
||
This the firmware for the comma body robotics dev kit. | ||
|
||
|
||
Learn more at [commabody.com](https://commabody.com/). | ||
|
||
## building | ||
|
||
Compile: `scons` | ||
|
||
Flash bootstub and app: `board/recover.sh` # STM flasher should be connected to debug port, needs openocd | ||
|
||
Flash app through CAN bus with panda: | ||
|
||
`board/flash_base.sh` # base motherboard | ||
|
||
`board/flash_knee.sh` # knee motherboard |
Oops, something went wrong.