Add debugging information to replayed image names
Useful for seeing when the robot was moving and correlating logs with
video timestamps.
Signed-off-by: Milind Upadhyay <milind.upadhyay@gmail.com>
Change-Id: I54bebeac0fe8f85a7ecaaf76ccd7611f33e09661
diff --git a/y2022/vision/BUILD b/y2022/vision/BUILD
index 389bb48..a26c507 100644
--- a/y2022/vision/BUILD
+++ b/y2022/vision/BUILD
@@ -273,8 +273,13 @@
"//aos:init",
"//aos/events:simulated_event_loop",
"//aos/events/logging:log_reader",
+ "//frc971/control_loops:control_loops_fbs",
+ "//frc971/control_loops:profiled_subsystem_fbs",
+ "//frc971/control_loops/drivetrain:drivetrain_status_fbs",
+ "//frc971/input:joystick_state_fbs",
"//frc971/vision:vision_fbs",
"//third_party:opencv",
+ "//y2022/control_loops/superstructure:superstructure_status_fbs",
],
)