add comments for PassLowBar
authorMeryem Esa <meresa14@gmail.com>
Thu, 11 Feb 2016 04:32:30 +0000 (20:32 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Tue, 16 Feb 2016 19:37:02 +0000 (11:37 -0800)
src/org/usfirst/frc/team3501/robot/commands/auton/PassLowBar.java

index 50b81c459042367ed1909afde2154022426ac589..c03ce143465c5b9a58ba08ece9f6cb3cfc556719 100755 (executable)
@@ -5,6 +5,10 @@ import edu.wpi.first.wpilibj.command.CommandGroup;
 /***
  * This command will drive the robot through the low bar.
  *
+ * dependency on sensors: encoders
+ * dependency on subsystems: drivetrain
+ * dependency on other commands: DriveForDist
+ * 
  * pre-condition: robot is flush against the ramp of the outerworks in front of
  * the low bar
  *