Adding rejection counts for pi on webpage
Signed-off-by: Milo Lin <100027790@mvla.net>
Change-Id: Ie39375338e296d37365fc887a8a07f96546e0e1c
diff --git a/frc971/vision/BUILD b/frc971/vision/BUILD
index 936a441..f3ebecb 100644
--- a/frc971/vision/BUILD
+++ b/frc971/vision/BUILD
@@ -32,6 +32,13 @@
visibility = ["//visibility:public"],
)
+flatbuffer_ts_library(
+ name = "target_map_ts_fbs",
+ srcs = ["target_map.fbs"],
+ target_compatible_with = ["@platforms//os:linux"],
+ visibility = ["//visibility:public"],
+)
+
flatbuffer_py_library(
name = "calibration_fbs_python",
srcs = [