Added PacGoat code for C++.

Change-Id: I4fd19fbdc65c25c5bbcdce937a31bc6fa1c11cb4
This commit is contained in:
Alex Henning
2014-06-24 16:54:17 -07:00
parent 0d62d0985a
commit c7e17b8e35
47 changed files with 1659 additions and 4 deletions

View File

@@ -7,7 +7,7 @@ import edu.wpi.first.wpilibj.command.Command;
/**
* Close the claw.
*
* NOTE: It doesn't wait for the claw to close since their is no sensor to
* NOTE: It doesn't wait for the claw to close since there is no sensor to
* detect that.
*/
public class CloseClaw extends Command {