add 10 ball shoot auton skeleton tanguy/10ballscoreAuton
authorTanguyCossoul <tcossoul@gmail.com>
Sun, 15 Jan 2017 00:42:27 +0000 (16:42 -0800)
committerTanguyCossoul <tcossoul@gmail.com>
Sun, 15 Jan 2017 00:42:27 +0000 (16:42 -0800)
src/org/usfirst/frc/team3501/robot/commandGroups/TenBallScoreAuton.java [new file with mode: 0644]

diff --git a/src/org/usfirst/frc/team3501/robot/commandGroups/TenBallScoreAuton.java b/src/org/usfirst/frc/team3501/robot/commandGroups/TenBallScoreAuton.java
new file mode 100644 (file)
index 0000000..bc74889
--- /dev/null
@@ -0,0 +1,11 @@
+package org.usfirst.frc.team3501.robot.commandGroups;
+
+/***
+ * Auton strategy to score 10 balls and then cross the baseline.
+ * 
+ * @author Tanguy
+ *
+ */
+public class TenBallScoreAuton {
+
+}