Skip to content

Commit

Permalink
Merge branch 'main' into automations
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Mar 16, 2024
2 parents 9838c87 + 0197c87 commit 7978037
Show file tree
Hide file tree
Showing 13 changed files with 128,662 additions and 40 deletions.
123 changes: 116 additions & 7 deletions ascope_assets/Robot_TALON2024/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,130 @@
0,
0
],
"cameras": [],
"cameras": [
{
"name": "UNDER_SHOOTER",
"position": [
-0.330312,
0.138773,
0.157061
],
"rotations": [
{
"axis": "x",
"degrees": 0
},
{
"axis": "y",
"degrees": -30
},
{
"axis": "z",
"degrees": 180
}
],
"resolution": [
1280,
720
],
"fov": 75
},
{
"name": "BACK_LEFT",
"position": [
-0.285206,
0.283806,
0.272624
],
"rotations": [
{
"axis": "x",
"degrees": 0
},
{
"axis": "y",
"degrees": -20
},
{
"axis": "z",
"degrees": 135
}
],
"resolution": [
1280,
720
],
"fov": 75
},
{
"name": "FRONT_LEFT",
"position": [
0.278740,
0.280968,
0.272098
],
"rotations": [
{
"axis": "x",
"degrees": 0
},
{
"axis": "y",
"degrees": -45
},
{
"axis": "z",
"degrees": -22.5
}
],
"resolution": [
1280,
720
],
"fov": 75
},
{
"name": "FRONT_RIGHT",
"position": [
0.281034,
-0.278751,
0.272098
],
"rotations": [
{
"axis": "x",
"degrees": 0
},
{
"axis": "y",
"degrees": -45
},
{
"axis": "z",
"degrees": 67.5
}
],
"resolution": [
1280,
720
],
"fov": 75
}
],
"components": [
{
"zeroedRotations": [
{
"axis": "z",
"degrees": 90
"degrees": 0
},
{
"axis": "x",
"degrees": 0
},
{
"axis": "y",
"degrees": 90
"degrees": -90
}
],
"zeroedPosition": [
Expand All @@ -47,17 +156,17 @@
},
{
"axis": "x",
"degrees": 180
"degrees": -90
},
{
"axis": "y",
"degrees": 55
"degrees": 26
}
],
"zeroedPosition": [
0.1512,
0,
0.0365
0,
0
]
}
]
Expand Down
Binary file modified ascope_assets/Robot_TALON2024/model.glb
Binary file not shown.
Binary file modified ascope_assets/Robot_TALON2024/model_0.glb
Binary file not shown.
Binary file modified ascope_assets/Robot_TALON2024/model_1.glb
Binary file not shown.
Loading

0 comments on commit 7978037

Please sign in to comment.