commit | febee25de5696f376a77cfb1e512481c5307f0ff | [log] [tgz] |
---|---|---|
author | Maxwell Henderson <mxwhenderson@gmail.com> | Sat Jan 28 16:53:52 2023 -0800 |
committer | Maxwell Henderson <mxwhenderson@gmail.com> | Sat Jan 28 17:23:05 2023 -0800 |
tree | c0e7ac434a47193ceb9d9aa71634a8fafc79cb72 | |
parent | 8bd96370d0d0e621ae6e6ec2996f6bf88d672d60 [diff] [blame] |
Add aprilrobotics detector app Change-Id: I2446710755fd5226c3e1f62fa2a4d0e8c7e27c17 Signed-off-by: Maxwell Henderson <mxwhenderson@gmail.com>
diff --git a/frc971/vision/target_map.fbs b/frc971/vision/target_map.fbs index 38bab6d..37260a6 100644 --- a/frc971/vision/target_map.fbs +++ b/frc971/vision/target_map.fbs
@@ -26,4 +26,6 @@ // Unique name of the field field_name:string (id: 1); -} \ No newline at end of file +} + +root_type TargetMap;