Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2018
/
vision
/
vision.fbs
blob: 14f8a451a836211e624e14e9884310aa6e5fbf98 [
file
] [
log
] [
blame
]
Alex Perry
cb7da4b
2019-08-28 19:35:56 -0700
[
diff
] [
blame^
]
1
namespace
y2018
.
vision
;
2
3
// Published on ".y2018.vision.vision_status"
4
table
VisionStatus
{
5
high_frame_count
:
uint
;
6
low_frame_count
:
uint
;
7
}
8
9
root_type
VisionStatus
;