blob: ad34617b9eed361f77e659d442a2493dc5c802e0 [file] [log] [blame]
include "frc971/vision/target_map.fbs";
namespace y2024;
table RobotConstants {
}
table Constants {
target_map:frc971.vision.TargetMap (id: 0);
robot:RobotConstants (id: 1);
}
root_type Constants;