Open ryanlarkin opened 7 years ago
Is this taken care of now?
Looks like we won't get a chance to instrument this before Toronto so it can be removed. I would remove it but I don't have any Java dev tools on my Mac.
Is this the part you wanted to get rid of or is it already gone?
public void debugOutput() {
System.out.println("Climber: vc=" + verifyingClimb + " speed=" + motor.get() + " pCurr=" +
pastCurrent + " cCurr=" + motor.getOutputCurrent() + " pLAZ=" + pastLinearAccelZ +
" cLAZ=" + Robot.driveTrain.getGyro().getWorldLinearAccelZ() + " pitch=" +
Robot.driveTrain.getGyro().getPitch() + " enc=" + encoder.getDistance());
}
yeah, and all the calls to it
On Tue, Mar 7, 2017 at 7:18 AM Kyle Anderson notifications@github.com wrote:
Is this the part you wanted to get rid of or is it already gone?
public void debugOutput() { System.out.println("Climber: vc=" + verifyingClimb + " speed=" + motor.get() + " pCurr=" + pastCurrent + " cCurr=" + motor.getOutputCurrent() + " pLAZ=" + pastLinearAccelZ + " cLAZ=" + Robot.driveTrain.getGyro().getWorldLinearAccelZ() + " pitch=" + Robot.driveTrain.getGyro().getPitch() + " enc=" + encoder.getDistance()); }
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/FRC2706/2017-2706-Robot-Code/issues/57#issuecomment-284706370, or mute the thread https://github.com/notifications/unsubscribe-auth/ADccr0LqICDXlqP5WbzBgpv9bqLmcxzVks5rjUspgaJpZM4MTN6J .
Since drive team needed automatic climbing for drive practice, #56 even though there is a little bit of debugging required. There are currently a lot of
println
s that should be removed before competition.CC: @georgetzavelas