Skip to content

Commit 437f197

Browse files
committed
Add field display example
1 parent d5bde73 commit 437f197

30 files changed

+537
-23
lines changed

WPIlibMath_Examples_Pkg/WPILIB_Math_Examples_Package.lvproj

Lines changed: 94 additions & 23 deletions
Large diffs are not rendered by default.
191 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"game": "FIRST Power Up",
3+
"field-image": "2018-field.jpg",
4+
"field-corners": {
5+
"top-left": [125, 20],
6+
"bottom-right": [827, 370]
7+
},
8+
"field-size": [54, 27],
9+
"field-unit": "feet"
10+
}
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"game" : "Destination: Deep Space",
3+
"field-image" : "2019-field.jpg",
4+
"field-corners": {
5+
"top-left" : [217, 40],
6+
"bottom-right" : [1372, 615]
7+
},
8+
"field-size" : [54, 27],
9+
"field-unit" : "foot"
10+
}
257 KB
Loading
747 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"game" : "Infinite Recharge",
3+
"field-image" : "2020-Field.png",
4+
"field-corners": {
5+
"top-left" : [96, 25],
6+
"bottom-right" : [1040, 514]
7+
},
8+
"field-size" : [52.4375, 26.9375],
9+
"field-unit" : "foot"
10+
}
33.5 KB
Loading
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"game": "Barrel Racing Path",
3+
"field-image": "2021-barrel.png",
4+
"field-corners": {
5+
"top-left": [20, 20],
6+
"bottom-right": [780, 400]
7+
},
8+
"field-size": [30, 15],
9+
"field-unit": "feet"
10+
}
38.2 KB
Loading

0 commit comments

Comments
 (0)