Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
a57b70145cb0a950c1c3a9a4fddf0438c60126f2
/
.
/
frc971
/
autonomous
/
auto.fbs
blob: ef8e915247c7e88c9a16edf3dd0fa7f0a912fde5 [
file
] [
log
] [
blame
]
namespace
frc971
.
autonomous
;
table
AutonomousActionParams
{
// The mode from the sensors when auto starts.
mode
:
int
;
}
table
Goal
{
run
:
uint
;
params
:
AutonomousActionParams
;
}
root_type
Goal
;