Brian Silverman | b601d89 | 2015-12-20 18:24:38 -0500 | [diff] [blame] | 1 | package y2014.actors; |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 2 | |
John Park | 33858a3 | 2018-09-28 23:05:48 -0700 | [diff] [blame] | 3 | import "aos/actions/actions.q"; |
Brian Silverman | 17f503e | 2015-08-02 18:17:18 -0700 | [diff] [blame] | 4 | |
5 | queue_group ShootActionQueueGroup { | ||||
6 | implements frc971.actions.ActionQueueGroup; | ||||
7 | |||||
8 | queue aos.common.actions.Goal goal; | ||||
9 | queue aos.common.actions.Status status; | ||||
10 | }; |