Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
2544ad84fc0ea69e94e1a7947b202adbbbf40b2c
/
.
/
y2016
/
actors
/
vision_align_action.fbs
blob: 8b8ea46122f1e83521ed095a76518e3208817e61 [
file
] [
log
] [
blame
]
namespace
y2016
.
actors
.
vision_align_action
;
// Parameters to send with start.
table
VisionAlignActionParams
{
run
:
int
(
id
:
0
);
}
table
Goal
{
run
:
uint
(
id
:
0
);
params
:
VisionAlignActionParams
(
id
:
1
);
}
root_type
Goal
;