commit | 6ae77dddce337a16bccfb42e369c3cc2a4c9077e | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Fri Mar 29 22:28:08 2013 -0700 |
committer | Brian Silverman <brians> | Fri Mar 29 22:30:38 2013 -0700 |
tree | b74f780304cfc251c0f05ed0cf98d2a73eddf2d9 | |
parent | 8fcd87533b76ca5b4b83fb6031ddf0de5e03eb57 [diff] [blame] |
lots of vision stuff from Ben
diff --git a/frc971/queues/queues.gyp b/frc971/queues/queues.gyp index 70ed873..6accfd8 100644 --- a/frc971/queues/queues.gyp +++ b/frc971/queues/queues.gyp
@@ -1,7 +1,10 @@ { 'variables': { 'queue_files': [ + 'CameraEnableQueue.q', 'GyroAngle.q', + 'CameraTarget.q', + 'PhotoSensor.q', 'Piston.q', ] },