Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
0ffd30f291426165f351c0615ce3b1c42c12e21f
/
.
/
y2014
/
control_loops
/
shooter
/
shooter_goal.fbs
blob: 5f009e76c504e246bd360210f6b9634f653e5cf2 [
file
] [
log
] [
blame
]
namespace
y2014
.
control_loops
.
shooter
;
table
Goal
{
// Shot power in joules.
shot_power
:
double
(
id
:
0
);
// Shoots as soon as this is true.
shot_requested
:
bool
(
id
:
1
);
unload_requested
:
bool
(
id
:
2
);
load_requested
:
bool
(
id
:
3
);
}
root_type
Goal
;