From b937837046165453fa1f88cd679d08df63d337d8 Mon Sep 17 00:00:00 2001 From: mayabartels Date: Fri, 1 Feb 2019 15:32:39 -0800 Subject: [PATCH] Nothing --- .../main/java/org/usfirst/frc4388/robot/subsystems/Wrist.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2019robot/src/main/java/org/usfirst/frc4388/robot/subsystems/Wrist.java b/2019robot/src/main/java/org/usfirst/frc4388/robot/subsystems/Wrist.java index b2ba40f..b3705c8 100644 --- a/2019robot/src/main/java/org/usfirst/frc4388/robot/subsystems/Wrist.java +++ b/2019robot/src/main/java/org/usfirst/frc4388/robot/subsystems/Wrist.java @@ -214,7 +214,7 @@ public class Wrist extends Subsystem double currentWristAngle = wristRight.getPositionWorld(); double targetFlipAngle = currentWristAngle - 180; //Flip angle may need to be adjusted if angle shouldn't be 180 - + updatePositionPID(targetFlipAngle); }