Skip to content

Commit

Permalink
update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonCoal committed Jan 16, 2024
1 parent da6d21a commit b4edbcb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import org.team4099.lib.units.base.amps
import org.team4099.lib.units.derived.volts

object IntakeConstants {
val ROLLER_INERTIA = 0.0
val ROLLER_INERTIA = 0.0014948033 // this one has been updated
val VOLTAGE_COMPENSATION = 12.0.volts

// TODO: Change gear ratio according to robot
val ROLLER_CURRENT_LIMIT = 50.0.amps
const val ROLLER_MOTOR_INVERTED = true
const val ROLLER_GEAR_RATIO = 36.0 / 18.0
const val ROLLER_GEAR_RATIO = 24.0 / 12.0 // this one has been updated

// TODO: Update value
val IDLE_ROLLER_VOLTAGE = 2.0.volts
Expand Down

0 comments on commit b4edbcb

Please sign in to comment.