Added ClimberRewrite

This commit is contained in:
66945
2022-03-16 14:49:53 -06:00
parent 39ee9f979d
commit a71fda4549
2 changed files with 13 additions and 7 deletions
@@ -250,4 +250,10 @@ public class ClimberRewrite extends SubsystemBase {
angles[1] = elbowAngle;
return angles;
}
public static Point getClimberPoint(double shoulderAngle, double elbowAngle) {
return null;
}
public static Point getClimberPoint
}