Skip to content

Commit

Permalink
Initial tested, verified prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
juchong committed Nov 16, 2024
1 parent f0d7ade commit 00c4e66
Show file tree
Hide file tree
Showing 115 changed files with 19,278 additions and 47 deletions.
50 changes: 4 additions & 46 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,48 +1,6 @@
[Ll]ibrary/
[Tt]emp/
[Oo]bj/
[Bb]uild/
[Bb]uilds/
[Ll]ogs/
# Ignore folders named 'oculus-frc-streamer_' and any variations
oculus-frc-streamer_*/

# Uncomment this line if you wish to ignore the asset store tools plugin
# [Aa]ssets/AssetStoreTools*

# Visual Studio cache directory
.vs/

# Gradle cache directory
.gradle/

# Autogenerated VS/MD/Consulo solution and project files
ExportedObj/
.consulo/
*.csproj
*.unityproj
*.sln
*.suo
*.tmp
*.user
*.userprefs
*.pidb
*.booproj
*.svd
*.pdb
*.mdb
*.opendb
*.VC.db

# Unity3D generated meta files
*.pidb.meta
*.pdb.meta
*.mdb.meta

# Unity3D generated file on crash reports
sysinfo.txt

# Builds
# Ignore .apk and .zip files
*.apk
*.unitypackage

# Crashlytics generated file
crashlytics-build.properties
*.zip
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "unity/Assets/Robot/NetworkTables-CSharp"]
path = unity/Assets/Robot/NetworkTables-CSharp
url = https://github.com/juchong/NetworkTables-CSharp.git
[submodule "robot"]
path = robot
url = https://github.com/juchong/swerve-testbed-bot-java.git
1 change: 1 addition & 0 deletions robot
Submodule robot added at 7df783
File renamed without changes.
6 changes: 6 additions & 0 deletions unity/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@
**/[Bb]uilds/
**/[Ll]ogs/
**/[Uu]ser[Ss]ettings/
**/.utmp/**
**/oculus-frc-streamer_BurstDebugInformation_DoNotShip/**

# Ignore specific plugins
**[Aa]ssets/[Ss]cripts/[Mm]essage[Pp]ack.meta
**[Aa]ssets/[Ss]cripts/[Mm]essage[Pp]ack/**

# MemoryCaptures can get excessive in size.
# They also could contain extremely sensitive data
Expand Down
6 changes: 6 additions & 0 deletions unity/.vsconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
File renamed without changes.
Loading

0 comments on commit 00c4e66

Please sign in to comment.