Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
03032b03ba24938aa487ea97b717b1ce9a1894d5
/
.
/
y2016
/
actors
/
vision_align_action.fbs
blob: 1dd66fc939f593c4be8b0b7f616ac77e4bf06b38 [
file
] [
log
] [
blame
]
namespace
y2016
.
actors
.
vision_align_action
;
// Parameters to send with start.
table
VisionAlignActionParams
{
run
:
int
;
}
table
Goal
{
run
:
uint
;
params
:
VisionAlignActionParams
;
}
root_type
Goal
;