TeamCode / org.firstinspires.ftc.teamcode.tests / ServoTestOpMode

ServoTestOpMode

@TeleOp("Servo Lifting Test", "Tests") @Disabled class ServoTestOpMode : LinearOpMode

Tests REV Core Hex Motor on Intake Roller

Constructors

<init>

ServoTestOpMode()

Tests REV Core Hex Motor on Intake Roller

Properties

currPos

var currPos: Double

elevatorMotor

var elevatorMotor: DcMotor?

maximumElevatorHeight

val maximumElevatorHeight: Int

tilter

var tilter: Servo?

Functions

runOpMode

fun runOpMode(): Unit