Skip to content

Commit

Permalink
Merge pull request #34 from 5152Alotobots/AkitDocs
Browse files Browse the repository at this point in the history
Akit docs
  • Loading branch information
SeanErn authored Dec 22, 2024
2 parents 663a3df + 277e9a0 commit 327600c
Show file tree
Hide file tree
Showing 193 changed files with 8,956 additions and 24,909 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:

- name: Generate and Copy Javadoc First
run: |
./gradlew build
./gradlew javadoc
mkdir -p docs/mkdocs/docs/javadoc
cp -r build/docs/javadoc/* docs/mkdocs/docs/javadoc/
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,5 +185,6 @@ compile_commands.json
.aider*
.env

# Temp
2025CTREexample
BuildConstants.java


2 changes: 0 additions & 2 deletions .photonvision/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion .photonvision/README.md

This file was deleted.

42 changes: 42 additions & 0 deletions .photonvision/config/camera/FM_ObjectDetection/config.json
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 removed .photonvision/home/photonvision-settings.zip
Binary file not shown.
Binary file removed .photonvision/state/photonvision-settings-state.zip
Binary file not shown.
13 changes: 8 additions & 5 deletions .run/5152_Template [test].run.xml → .run/ReplayWatch.run.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false"
name="5152_Template [test]" type="GradleRunConfiguration"
factoryName="Gradle">
<configuration default="false" name="ReplayWatch" type="GradleRunConfiguration" factoryName="Gradle" editBeforeRun="true">
<ExternalSystemSettings>
<option name="env">
<map>
<entry key="AKIT_LOG_PATH" value="/run/media/sernstes/E419-3D6A/logs/akit_24-12-13_15-13-21.wpilog" />
</map>
</option>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
Expand All @@ -12,7 +15,7 @@
</option>
<option name="taskNames">
<list>
<option value="test" />
<option value="replayWatch" />
</list>
</option>
<option name="vmOptions" />
Expand All @@ -23,4 +26,4 @@
<RunAsTest>false</RunAsTest>
<method v="2" />
</configuration>
</component>
</component>
8 changes: 4 additions & 4 deletions .vscode/extensions.json
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"
]
}
21 changes: 0 additions & 21 deletions .vscode/launch.json

This file was deleted.

62 changes: 33 additions & 29 deletions .vscode/settings.json
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
}
10 changes: 5 additions & 5 deletions .wpilib/wpilib_preferences.json
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
}
27 changes: 27 additions & 0 deletions README.md
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.
Loading

0 comments on commit 327600c

Please sign in to comment.