Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit 41694b2

Browse files
just some print lines :)
1 parent 0904738 commit 41694b2

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/LiftToPosition.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ protected boolean isFinished() {
4646
// Called once after isFinished returns true
4747
@Override
4848
protected void end() {
49+
System.out.println("Reached lift targ: " + pos);
4950
}
5051

5152
// Called when another command which requires one or more of the same

Robot2018/src/org/usfirst/frc/team199/Robot2018/commands/OuttakeCube.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ protected boolean isFinished() {
4242
@Override
4343
protected void end() {
4444
Robot.intakeEject.runIntake(0);
45+
System.out.println("Outtake done");
4546
}
4647

4748
// Called when another command which requires one or more of the same

0 commit comments

Comments
 (0)