Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
fce6c7906c33d30896dedb09839e2953cd9d7c58
/
.
/
y2023
/
constants
/
constants.fbs
blob: e62e2535b389f4227ad7c0ca6eab6e8bbc99b3c7 [
file
] [
log
] [
blame
]
include
"frc971/vision/calibration.fbs"
;
namespace
y2023
;
table
CameraConfiguration
{
calibration
:
frc971
.
vision
.
calibration
.
CameraCalibration
(
id
:
0
);
}
table
Constants
{
cameras
:[
CameraConfiguration
]
(
id
:
0
);
}
root_type
Constants
;