Add scouting images for auto
This patch adds the "balls" and the "quadrants" pictures to the Auto
screen on the scouting app.
Change-Id: I3cd0f02f3465ad4660dbaaa65291a3b31243a94b
Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Signed-off-by: Ishan Katpally <100026402@mvla.net>
diff --git a/third_party/y2022/field/BUILD b/third_party/y2022/field/BUILD
new file mode 100644
index 0000000..a8d3e28
--- /dev/null
+++ b/third_party/y2022/field/BUILD
@@ -0,0 +1,13 @@
+# These pictures were created by user _AD on Chief Delphi.
+# https://www.chiefdelphi.com/t/2022-strategy-board/403513
+# There's no explicit license associated with the pictures, but _AD is making
+# them available for everyone to use.
+
+filegroup(
+ name = "pictures",
+ srcs = [
+ "balls.jpeg",
+ "quadrants.jpeg",
+ ],
+ visibility = ["//visibility:public"],
+)
diff --git a/third_party/y2022/field/balls.jpeg b/third_party/y2022/field/balls.jpeg
new file mode 100644
index 0000000..9c7cc7f
--- /dev/null
+++ b/third_party/y2022/field/balls.jpeg
Binary files differ
diff --git a/third_party/y2022/field/quadrants.jpeg b/third_party/y2022/field/quadrants.jpeg
new file mode 100644
index 0000000..4fcecb7
--- /dev/null
+++ b/third_party/y2022/field/quadrants.jpeg
Binary files differ