Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
cb7da4be1f74da8a3196f414a2e3db2d0c5590a3
/
.
/
y2014
/
control_loops
/
shooter
/
shooter_goal.fbs
blob: 3326562d13809b65557da47e49b1cf913fc14224 [
file
] [
log
] [
blame
]
namespace
y2014
.
control_loops
.
shooter
;
table
Goal
{
// Shot power in joules.
shot_power
:
double
;
// Shoots as soon as this is true.
shot_requested
:
bool
;
unload_requested
:
bool
;
load_requested
:
bool
;
}
root_type
Goal
;