blob: ad34617b9eed361f77e659d442a2493dc5c802e0 [file] [log] [blame]
Niko Sohmers3860f8a2024-01-12 21:05:19 -08001include "frc971/vision/target_map.fbs";
2
3namespace y2024;
4
5
6table RobotConstants {
7
8}
9
10table Constants {
11 target_map:frc971.vision.TargetMap (id: 0);
12 robot:RobotConstants (id: 1);
13}
14
15root_type Constants;