Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Commit

Permalink
love
Browse files Browse the repository at this point in the history
  • Loading branch information
carokhan committed Oct 23, 2024
1 parent 8513d57 commit 3035904
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import edu.wpi.first.apriltag.AprilTagFields;
import edu.wpi.first.math.Matrix;
import edu.wpi.first.math.VecBuilder;
import edu.wpi.first.math.geometry.Rotation2d;
import edu.wpi.first.math.geometry.Rotation3d;
import edu.wpi.first.math.geometry.Transform3d;
import edu.wpi.first.math.geometry.Translation3d;
Expand Down Expand Up @@ -51,7 +52,7 @@ public static enum Mode {

public static final boolean isTuning = false;

public static class RobotMap {
public static class RobotMap {
public static class Drive {
public static final int frontLeftDrive = 1;
public static final int frontLeftTurn = 2;
Expand Down Expand Up @@ -156,7 +157,7 @@ public static class DriveConstants {
public static double kVDriveSim = 2.0;
public static double kADriveSim = 0.0;

public static double kPTurnSim = 3.0;
public static double kPTurnSim = 100.0;
public static double kDTurnSim = 0.0;

public static double kPDriveReplay = 0.0;
Expand Down

0 comments on commit 3035904

Please sign in to comment.