Skip to content

Commit

Permalink
merge the arm self test in
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMightyWarPig committed Apr 19, 2018
1 parent f2732a7 commit 2d2cde2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.frc5687.powerup.robot.commands;
package org.frc5687.powerup.robot.commands.testing;

import edu.wpi.first.wpilibj.command.Command;
import org.frc5687.powerup.robot.Constants;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
package org.frc5687.powerup.robot.commands;
package org.frc5687.powerup.robot.commands.testing;

import edu.wpi.first.wpilibj.command.Command;
import edu.wpi.first.wpilibj.command.CommandGroup;
import org.frc5687.powerup.robot.Constants;
import org.frc5687.powerup.robot.Robot;
import org.frc5687.powerup.robot.subsystems.Arm;
import org.frc5687.powerup.robot.subsystems.Carriage;
import org.frc5687.powerup.robot.commands.testing.ArmMotorTest;
import org.frc5687.powerup.robot.commands.MoveArmToSetpointPID;

public class TestArm extends CommandGroup{
public TestArm(Robot robot){
Expand Down

0 comments on commit 2d2cde2

Please sign in to comment.