Skip to content

Commit

Permalink
readd TunableDriveStates block to Drivetrain.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
00magikarp committed Jul 3, 2024
1 parent 4a77797 commit 4b94d75
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ import com.team4099.robot2023.subsystems.superstructure.Request.DrivetrainReques

class Drivetrain(private val gyroIO: GyroIO, val swerveModules: List<SwerveModule>) :
SubsystemBase() {
object TunableDriveStates {
// empty right now because testX, testY, and testZ are unneccessary and removed
// this just exists in case we need to use it
// https://github.com/team4099/Crescendo-2024/pull/53#discussion_r1652914017
}
private val gyroNotConnectedAlert =
Alert(
"Gyro is not connected, field relative driving will be significantly worse.",
Expand Down

0 comments on commit 4b94d75

Please sign in to comment.