Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
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
;