commit | 2f101fc6447356000f7a66edbbaa170022a48fa3 | [log] [tgz] |
---|---|---|
author | milind-u <milind.upadhyay@gmail.com> | Sat Jan 21 12:28:49 2023 -0800 |
committer | milind-u <milind.upadhyay@gmail.com> | Sat Jan 21 13:06:40 2023 -0800 |
tree | caa3d5adc4d5dab7e9d2b263749a2224ebe67057 | |
parent | 130acf12f9d19f54de2e62f32d4ca03d660eebb5 [diff] [blame] |
Move calibration flatbuffer to frc971 This was the exact same in 2022 and 2023, and the namespace was already frc971. Signed-off-by: milind-u <milind.upadhyay@gmail.com> Change-Id: Ibc92525cc7f946116399524e9799139669f73d96
diff --git a/y2022/vision/target_estimate.fbs b/y2022/vision/target_estimate.fbs index 3ba10f03..9ba2b11 100644 --- a/y2022/vision/target_estimate.fbs +++ b/y2022/vision/target_estimate.fbs
@@ -1,4 +1,4 @@ -include "y2022/vision/calibration.fbs"; +include "frc971/vision/calibration.fbs"; namespace y2022.vision;