-
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.
Merge pull request #34 from 5152Alotobots/AkitDocs
Akit docs
- Loading branch information
Showing
193 changed files
with
8,956 additions
and
24,909 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
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 |
---|---|---|
|
@@ -185,5 +185,6 @@ compile_commands.json | |
.aider* | ||
.env | ||
|
||
# Temp | ||
2025CTREexample | ||
BuildConstants.java | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
42 changes: 42 additions & 0 deletions
42
.photonvision/config/camera/FM_ObjectDetection/config.json
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,42 @@ | ||
{ | ||
"resolution": { | ||
"width": 1280.0, | ||
"height": 720.0 | ||
}, | ||
"cameraIntrinsics": { | ||
"rows": 3, | ||
"cols": 3, | ||
"type": 6, | ||
"data": [ | ||
1060.9825799706975, | ||
0.0, | ||
668.9976907781046, | ||
0.0, | ||
1090.6999107806894, | ||
342.8851810520121, | ||
0.0, | ||
0.0, | ||
1.0 | ||
] | ||
}, | ||
"distCoeffs": { | ||
"rows": 1, | ||
"cols": 5, | ||
"type": 6, | ||
"data": [ | ||
-0.2710123040969841, | ||
2.0468938859882737, | ||
0.010769883028548232, | ||
0.013494108245786498, | ||
-3.0046783149407132 | ||
] | ||
}, | ||
"calobjectWarp": [], | ||
"observations": [], | ||
"calobjectSize": { | ||
"width": 0.0, | ||
"height": 0.0 | ||
}, | ||
"calobjectSpacing": 0.0, | ||
"lensmodel": "LENSMODEL_OPENCV" | ||
} |
Binary file not shown.
Binary file not shown.
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,6 +1,6 @@ | ||
{ | ||
"recommendations": [ | ||
"redhat.java", | ||
"SonarSource.sonarlint-vscode" | ||
] | ||
"recommendations": [ | ||
"redhat.java", | ||
"SonarSource.sonarlint-vscode" | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
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,29 +1,33 @@ | ||
{ | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.server.launchMode": "Standard", | ||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.svn": true, | ||
"**/.hg": true, | ||
"**/CVS": true, | ||
"**/.DS_Store": true, | ||
"bin/": true, | ||
"**/.classpath": true, | ||
"**/.project": true, | ||
"**/.settings": true, | ||
"**/.factorypath": true, | ||
"**/*~": true | ||
}, | ||
"java.test.config": [ | ||
{ | ||
"name": "WPIlibUnitTests", | ||
"workingDirectory": "${workspaceFolder}/build/jni/release", | ||
"vmargs": [ "-Djava.library.path=${workspaceFolder}/build/jni/release" ], | ||
"env": { | ||
"LD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release" , | ||
"DYLD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release" | ||
} | ||
}, | ||
], | ||
"java.test.defaultConfig": "WPIlibUnitTests" | ||
} | ||
{ | ||
"java.configuration.updateBuildConfiguration": "automatic", | ||
"java.server.launchMode": "Standard", | ||
"files.exclude": { | ||
"**/.git": true, | ||
"**/.svn": true, | ||
"**/.hg": true, | ||
"**/CVS": true, | ||
"**/.DS_Store": true, | ||
"bin/": true, | ||
"**/.classpath": true, | ||
"**/.project": true, | ||
"**/.settings": true, | ||
"**/.factorypath": true, | ||
"**/*~": true | ||
}, | ||
"java.test.config": [ | ||
{ | ||
"name": "WPIlibUnitTests", | ||
"workingDirectory": "${workspaceFolder}/build/jni/release", | ||
"vmargs": [ | ||
"-Djava.library.path=${workspaceFolder}/build/jni/release" | ||
], | ||
"env": { | ||
"LD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release", | ||
"DYLD_LIBRARY_PATH": "${workspaceFolder}/build/jni/release" | ||
} | ||
}, | ||
null | ||
], | ||
"java.test.defaultConfig": "WPIlibUnitTests", | ||
"java.debug.settings.onBuildFailureProceed": true | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"enableCppIntellisense": false, | ||
"currentLanguage": "java", | ||
"projectYear": "2025beta", | ||
"teamNumber": 5152 | ||
} | ||
"enableCppIntellisense": false, | ||
"currentLanguage": "java", | ||
"projectYear": "2025beta", | ||
"teamNumber": 5152 | ||
} |
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,27 @@ | ||
# 5152 AloToBots | ||
|
||
[ASCII ART BANNER PLACEHOLDER] | ||
|
||
## About | ||
|
||
FRC Team 5152 AloToBots robot code repository. | ||
|
||
## Development Setup | ||
|
||
### Prerequisites | ||
- WPILib 2024 | ||
- Git | ||
- Gradle 8.5+ | ||
|
||
### Building | ||
```bash | ||
./gradlew build | ||
``` | ||
|
||
### Deploying | ||
```bash | ||
./gradlew deploy | ||
``` | ||
|
||
## License | ||
This project is licensed under the MIT License - see the LICENSE.txt file for details. |
Oops, something went wrong.