Skip to content

Commit

Permalink
fix a few more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
quackitsquinn committed Mar 25, 2024
1 parent 4ef50f9 commit 025c5be
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,9 @@ public static final class Drive {
public static final PIDConstants ROTATION_DRIVE_PID = new PIDConstants(1.0, 0.0, 0.0);
}


/** Holds constants specifically related to autonomous. */
public static class Auto {

/** The number of meters per second that we want to move forward during the taxi auto */
public static final double TAXI_AUTO_METERS_PER_SECOND = 1.0;

Expand Down Expand Up @@ -162,12 +161,11 @@ public static final class Intake {
public static final IdleMode INTAKE_MOTOR_IDLE_MODE = IdleMode.kBrake;
}


/** Holds contstants for the Limelights. */
/** Holds constants for the Limelights. */
public static final class Limelight {
/** Constants for aiming Limelight. */
public static final class AimingLimelight {
/** Our name in the networktables for the limelight */
/** Our name in the network tables for the limelight */
public static final String LIMELIGHT_NAME = "limelight";

/** The number of degrees the Limelight is mounted back from perfectly vertical */
Expand Down

0 comments on commit 025c5be

Please sign in to comment.