Skip to content

Commit

Permalink
Merge branch 'main' into 81-auto-turning-command-a-swd-73-side-quest
Browse files Browse the repository at this point in the history
  • Loading branch information
GalexY727 authored Jan 31, 2024
2 parents ed7fd69 + 5f80931 commit 48fdc6f
Show file tree
Hide file tree
Showing 16 changed files with 307 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: Bug Report
about: Report a bug with the robot code - or another company screwing us over
title: ''
labels: bug, enhancement, help wanted
assignees: ''

---
## Bug + Desired Behavior


## Possible Solutions
-
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: Feature Request
about: Suggest an idea for the robot
title: ''
labels: enhancement
assignees: ''

---
## User Story

## Acceptance Criteria
- [ ]
141 changes: 141 additions & 0 deletions advantageScopeAssets/Robot_Tucker/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
{
"name": "Tucker",
"sourceUrl": "https://cad.onshape.com/documents/ab7d0f4e578b307a41018259/w/7e009c227068ad2be0d84d03/e/cb89ac97c5b305f92c28bb11",
"rotations": [
{
"axis": "x",
"degrees": 90
},
{
"axis": "z",
"degrees": -90
}
],
"position": [
0,
0,
0
],
"cameras": [
{
"name": "FrontCam",
"position": [
0.0508,
-0.1524,
0.2604
],
"resolution": [
1280,
960
],
"fov": 100
}
],
"components": [
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
-0.115,
0,
0.21
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 270
},
{
"axis": "x",
"degrees": 180
}
],
"zeroedPosition": [
0.1905,
0,
0.067
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
0.1905,
0,
0.092
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
-0.1016,
-0.3048,
0.120650
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
-0.1016,
-0.3048,
0.120650
]
}
]
}
Binary file added advantageScopeAssets/Robot_Tucker/model.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_Tucker/model_0.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_Tucker/model_1.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_Tucker/model_2.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_Tucker/model_3.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_Tucker/model_4.glb
Binary file not shown.
141 changes: 141 additions & 0 deletions advantageScopeAssets/Robot_TuckerOG/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,141 @@
{
"name": "TuckerOG",
"sourceUrl": "https://cad.onshape.com/documents/ab7d0f4e578b307a41018259/w/7e009c227068ad2be0d84d03/e/cb89ac97c5b305f92c28bb11",
"rotations": [
{
"axis": "x",
"degrees": 90
},
{
"axis": "z",
"degrees": -90
}
],
"position": [
0,
0,
0
],
"cameras": [
{
"name": "FrontCam",
"position": [
0.0508,
-0.1524,
0.2604
],
"resolution": [
1280,
960
],
"fov": 100
}
],
"components": [
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
}
],
"zeroedPosition": [
0,
0,
0
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 270
},
{
"axis": "x",
"degrees": 180
},
{
"axis": "z",
"degrees": 180
}
],
"zeroedPosition": [
0,
0,
0
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
0,
0,
0
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
0,
0,
0
]
},
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
},
{
"axis": "y",
"degrees": 90
},
{
"axis": "y",
"degrees": 0
}
],
"zeroedPosition": [
0,
0,
0
]
}
]
}
Binary file added advantageScopeAssets/Robot_TuckerOG/model.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_TuckerOG/model_0.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_TuckerOG/model_1.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_TuckerOG/model_2.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_TuckerOG/model_3.glb
Binary file not shown.
Binary file added advantageScopeAssets/Robot_TuckerOG/model_4.glb
Binary file not shown.

0 comments on commit 48fdc6f

Please sign in to comment.