Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"edu.wpi.first.math.**.struct.*"
],
"java.dependency.enableDependencyCheckup": false,
"editor.defaultFormatter": "richardwillis.vscode-spotless-gradle",
"editor.defaultFormatter": "redhat.java",
"[json]": {
"editor.defaultFormatter": "richardwillis.vscode-spotless-gradle"
},
Expand Down
106 changes: 0 additions & 106 deletions advantagescope/Robot_1572026/config.json

This file was deleted.

106 changes: 0 additions & 106 deletions advantagescope/Robot_15720262/config.json

This file was deleted.

Binary file removed advantagescope/Robot_15720262/model.glb
Binary file not shown.
Binary file removed advantagescope/Robot_Mantiis/model.glb
Binary file not shown.
Binary file removed advantagescope/Robot_Mantiis/model_0.glb
Binary file not shown.
Binary file removed advantagescope/Robot_Mantiis/model_1.glb
Binary file not shown.
Binary file removed advantagescope/Robot_Mantiis/model_2.glb
Binary file not shown.
Binary file removed advantagescope/Robot_Mantiis/model_3.glb
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we really care about swapping back and forth between v1 and v2 models? Should we just have this be Sunstone and delete the old?

Copy link
Copy Markdown
Contributor Author

@skrunked skrunked May 15, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point, I'll remove the V1 model and rename the file accordingly. Especially since the pose information we're getting only works for V2.

"name": "Mantis II Articulated",
"name": "Sunstone",
"isFTC": "false",
"rotations": [
{
Expand Down Expand Up @@ -38,9 +38,9 @@
}
],
"position": [
-0.136,
0.310,
0.394
-0.127,
0.3392,
0.3556
],
"resolution": [
640,
Expand All @@ -65,9 +65,9 @@
}
],
"position": [
-0.136,
-0.310,
0.394
-0.127,
-0.3302,
0.3556
],
"resolution": [
640,
Expand All @@ -92,19 +92,20 @@
}
],
"position": [
-0.301,
-0.32326,
0,
0.351
0.3556
],
"resolution": [
640,
480
],
"fov": 55
"fov": 92
}
],
"components": [
{
"name": "Turret Base",
"zeroedRotations": [
Comment thread
rxgran marked this conversation as resolved.
{
"axis": "x",
Expand All @@ -120,12 +121,13 @@
}
],
"zeroedPosition": [
0.171,
0,
-0.460
0.12192,
0.11557,
-0.396535
]
},
{
"name": "Hood",
"zeroedRotations": [
{
"axis": "x",
Expand All @@ -141,12 +143,13 @@
}
],
"zeroedPosition": [
0.0465,
0,
-0.530
0.0223,
0.115,
-0.46
]
},
{
"name": "Slapdown",
"zeroedRotations": [
{
"axis": "x",
Expand All @@ -168,6 +171,7 @@
]
},
{
"name": "Hopper Walls",
"zeroedRotations": [
{
"axis": "x",
Expand All @@ -183,7 +187,7 @@
}
],
"zeroedPosition": [
-0.3048,
0,
0,
0
]
Expand Down
Binary file not shown.
Binary file added advantagescope/Robot_Sunstone/model_0.glb
Binary file not shown.
Binary file added advantagescope/Robot_Sunstone/model_1.glb
Binary file not shown.
Binary file added advantagescope/Robot_Sunstone/model_2.glb
Binary file not shown.
Binary file added advantagescope/Robot_Sunstone/model_3.glb
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ spotless {
exclude "**/build/**", "**/build-*/**"
}
trimTrailingWhitespace()
indentWithSpaces(2)
indentWithSpaces(4)
endWithNewline()
}
}
59 changes: 0 additions & 59 deletions plans.txt

This file was deleted.

Loading
Loading