rotation matrix started + unsure code

This commit is contained in:
Raghav66296
2022-02-22 19:47:31 -07:00
parent 6b131e2342
commit e7358d7eb5
2 changed files with 34 additions and 1 deletions
@@ -109,6 +109,10 @@ public final class Constants {
public static final Gains ELBOW_GAINS = new Gains(.4, 0.0, 0.0, 0.0, 0, 1.0);
public static final int CLIMBER_TIMEOUT_MS = 50;
/* TODO: Update Constants */
public static final double ROBOT_ANGLE_ID = 0;
}
public static final class HooksConstants {