File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/frc/robot/subsystems Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ import com.ctre.phoenix6.controls.VoltageOut
1010import com.ctre.phoenix6.hardware.TalonFX
1111import com.ctre.phoenix6.signals.InvertedValue
1212import edu.wpi.first.wpilibj2.command.SubsystemBase
13+ import frc.robot.utils.ElevatorParameters.ELEVATOR_MAGIC_PINGU
1314import frc.robot.utils.ElevatorParameters.ELEVATOR_PINGU
1415import frc.robot.utils.ElevatorParameters.ELEVATOR_SOFT_LIMIT_DOWN
1516import frc.robot.utils.ElevatorParameters.ELEVATOR_SOFT_LIMIT_UP
16- import frc.robot.utils.PivotParameters.PIVOT_MAGIC_PINGU
1717import frc.robot.utils.emu.ElevatorState
1818import xyz.malefic.frc.extension.configureWithDefaults
1919import xyz.malefic.frc.pingu.AlertPingu.add
@@ -35,7 +35,7 @@ object Elevator : SubsystemBase() {
3535 InvertedValue .CounterClockwise_Positive ,
3636 limitThresholds = ELEVATOR_SOFT_LIMIT_UP to ELEVATOR_SOFT_LIMIT_DOWN ,
3737 dutyCycleNeutralDeadband = 0.1 ,
38- motionMagicPingu = PIVOT_MAGIC_PINGU ,
38+ motionMagicPingu = ELEVATOR_MAGIC_PINGU ,
3939 )
4040 velocityRequest = VelocityTorqueCurrentFOC (0.0 )
4141 posRequest = PositionDutyCycle (0.0 )
You can’t perform that action at this time.
0 commit comments