Niko Sohmers | 3860f8a | 2024-01-12 21:05:19 -0800 | [diff] [blame] | 1 | include "frc971/vision/target_map.fbs"; |
2 | |||||
3 | namespace y2024; | ||||
4 | |||||
5 | |||||
6 | table RobotConstants { | ||||
7 | |||||
8 | } | ||||
9 | |||||
10 | table Constants { | ||||
11 | target_map:frc971.vision.TargetMap (id: 0); | ||||
12 | robot:RobotConstants (id: 1); | ||||
13 | } | ||||
14 | |||||
15 | root_type Constants; |