Skip to content

Commit

Permalink
added constants together
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfessorAtomicManiac committed Oct 1, 2023
1 parent fe366fe commit 15f0207
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public static final class Arm {
public static double[] posToleranceRad = { .07, .07 }; // rad
public static double[] velToleranceRadPSec = { 1, 1 }; // rad/s

public static double[] offsetRad = { 2.936 + 0.301, 2.93 + Math.PI / 2 }; // rad
public static double[] offsetRad = { 3.237, 4.501 }; // rad
public static final double rumbleFullPower = 1;
public static final double rumbleNoPower = 0;

Expand Down

0 comments on commit 15f0207

Please sign in to comment.