Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cbbba7f69765c9f73bba39f51a474035a6e6a189
/
.
/
y2024
/
constants
/
constants.fbs
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
;