James Kuszmaul | d67f6d2 | 2023-02-05 17:37:25 -0800 | [diff] [blame^] | 1 | include "frc971/vision/calibration.fbs"; |
2 | |||||
3 | namespace y2023; | ||||
4 | |||||
5 | table CameraConfiguration { | ||||
6 | calibration:frc971.vision.calibration.CameraCalibration (id: 0); | ||||
7 | } | ||||
8 | |||||
9 | table Constants { | ||||
10 | cameras:[CameraConfiguration] (id: 0); | ||||
11 | } | ||||
12 | |||||
13 | root_type Constants; |