include "frc971/vision/calibration.fbs"; | |
include "frc971/vision/target_map.fbs"; | |
namespace y2023; | |
table CameraConfiguration { | |
calibration:frc971.vision.calibration.CameraCalibration (id: 0); | |
} | |
table Constants { | |
cameras:[CameraConfiguration] (id: 0); | |
target_map:frc971.vision.TargetMap (id: 1); | |
} | |
root_type Constants; |