diff --git a/src/main/kotlin/com/team4099/robot2023/config/constants/IntakeConstants.kt b/src/main/kotlin/com/team4099/robot2023/config/constants/IntakeConstants.kt index 00b49039..6e4de373 100644 --- a/src/main/kotlin/com/team4099/robot2023/config/constants/IntakeConstants.kt +++ b/src/main/kotlin/com/team4099/robot2023/config/constants/IntakeConstants.kt @@ -12,6 +12,6 @@ object IntakeConstants { const val ROLLER_MOTOR_INVERTED = true const val ROLLER_GEAR_RATIO = 24.0 / 12.0 // this one has been updated - // TODO: Update value - val IDLE_ROLLER_VOLTAGE = 2.0.volts + // TODO: Update the idle roller voltage later + val IDLE_ROLLER_VOLTAGE = 1.0.volts }