Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
92b2b2539a5655620cd2aa4c67f85968819b313f
/
.
/
y2014
/
actors
/
shoot_action.q
blob: 832153cf32358c0290324cbfb571c3dae2e5ec56 [
file
] [
log
] [
blame
]
package
y2014
.
actors
;
import
"aos/actions/actions.q"
;
queue_group
ShootActionQueueGroup
{
implements
frc971
.
actions
.
ActionQueueGroup
;
queue aos
.
common
.
actions
.
Goal
goal
;
queue aos
.
common
.
actions
.
Status
status
;
};