ClimbSubsystem

object ClimbSubsystem : SubsystemBase

Properties

Link copied to clipboard
val leftMotor: CANSparkMax

The spark max for the left motor

Link copied to clipboard
val rightMotor: CANSparkMax

The spark max for the right motor

Functions

Link copied to clipboard
fun armsDown()

Lower the arms at a constant speed

Link copied to clipboard
fun armsUp()

Raise the arms at a constant speed

Link copied to clipboard
open override fun periodic()
Link copied to clipboard
fun setRawSpeeds(speed: Double)

Set the raw speeds of the motors

Link copied to clipboard
open override fun simulationPeriodic()
Link copied to clipboard
fun stop()

Stop the motors