Skip to content

Commit

Permalink
Fix bundle asset JSON formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Aug 26, 2023
1 parent bbe5af4 commit 56dba22
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 51 deletions.
12 changes: 3 additions & 9 deletions bundledAssets/Field2d_Evergreen/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{
"name": "Evergreen",
"topLeft": [
267,
132
],
"bottomRight": [
4733,
2356
],
"topLeft": [267, 132],
"bottomRight": [4733, 2356],
"widthInches": 648,
"heightInches": 324
}
}
52 changes: 10 additions & 42 deletions bundledAssets/Robot_KitBot/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"degrees": 90
}
],
"position": [
0.12,
3.15,
0
],
"position": [0.12, 3.15, 0],
"cameras": [
{
"name": "Front Camera",
Expand All @@ -21,15 +17,8 @@
"degrees": 20
}
],
"position": [
0.2,
0,
0.8
],
"resolution": [
960,
720
],
"position": [0.2, 0, 0.8],
"resolution": [960, 720],
"fov": 100
},
{
Expand All @@ -44,15 +33,8 @@
"degrees": 180
}
],
"position": [
-0.2,
0,
0.8
],
"resolution": [
960,
720
],
"position": [-0.2, 0, 0.8],
"resolution": [960, 720],
"fov": 100
},
{
Expand All @@ -67,15 +49,8 @@
"degrees": 90
}
],
"position": [
0,
0.2,
0.8
],
"resolution": [
960,
720
],
"position": [0, 0.2, 0.8],
"resolution": [960, 720],
"fov": 90
},
{
Expand All @@ -90,17 +65,10 @@
"degrees": -90
}
],
"position": [
0,
-0.2,
0.8
],
"resolution": [
960,
720
],
"position": [0, -0.2, 0.8],
"resolution": [960, 720],
"fov": 90
}
],
"components": []
}
}

0 comments on commit 56dba22

Please sign in to comment.