-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,024 changed files
with
713,888 additions
and
185,557 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,18 @@ | ||
text=auto | ||
# Image files | ||
*.png filter=lfs diff=lfs merge=lfs -text | ||
# Model files | ||
*.dae filter=lfs diff=lfs merge=lfs -text | ||
*.blend filter=lfs diff=lfs merge=lfs -text | ||
*.stl filter=lfs diff=lfs merge=lfs -text | ||
*.blend filter=lfs diff=lfs merge=lfs -text | ||
# Neural network files | ||
*.pt filter=lfs diff=lfs merge=lfs -text | ||
*.onnx filter=lfs diff=lfs merge=lfs -text | ||
*.engine filter=lfs diff=lfs merge=lfs -text | ||
# Model files | ||
*.glb filter=lfs diff=lfs merge=lfs -text | ||
*.fbx filter=lfs diff=lfs merge=lfs -text | ||
# Packages | ||
*.deb filter=lfs diff=lfs merge=lfs -text | ||
# Program files | ||
ansible/roles/esw/files/bin/fdcanusb_daemon 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 |
---|---|---|
|
@@ -21,6 +21,7 @@ yarn.lock* | |
yarn-error.log* | ||
bun.lock* | ||
package-lock.json* | ||
db.sqlite3 | ||
|
||
# Bag Files | ||
/bags/ | ||
|
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,9 +1,20 @@ | ||
[submodule "deps/libde265"] | ||
path = deps/libde265 | ||
url = git@github.com:strukturag/libde265.git | ||
url = https://github.com/strukturag/libde265.git | ||
shallow = true | ||
branch = v1.0.15 | ||
[submodule "deps/dawn"] | ||
path = deps/dawn | ||
url = https://dawn.googlesource.com/dawn | ||
shallow = true | ||
branch = chromium/6108 | ||
[submodule "deps/emsdk"] | ||
path = deps/emsdk | ||
url = [email protected]:emscripten-core/emsdk.git | ||
shallow = true | ||
branch = 3.1.53 | ||
[submodule "deps/manif"] | ||
path = deps/manif | ||
url = https://github.com/artivis/manif.git | ||
shallow = true | ||
branch = devel |
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
Oops, something went wrong.