climber man

This commit is contained in:
aarav18
2022-03-18 12:21:47 -06:00
parent f250c8dfce
commit 559f84b3b7
2 changed files with 4 additions and 4 deletions
@@ -174,8 +174,8 @@ public class ClimberRewrite extends SubsystemBase {
@Override
public void periodic() {
double[] jointAngles = getTargetJointAngles(tPoint, 0.d);
setJointAngles(jointAngles);
// double[] jointAngles = getTargetJointAngles(tPoint, 0.d);
// setJointAngles(jointAngles);
}
/**