CRServo

class CRServo(servo: CRServo) : Component

A wrapper for the CRServo object in the FTC SDK.

Parameters

servo

the servo for this wrapper to use

Constructors

Link copied to clipboard
constructor(hMap: HardwareMap, id: String)
constructor(servo: CRServo)

Properties

Link copied to clipboard

The percentage of velocity of the servo in the range [-1.0, 1.0].

Link copied to clipboard
@get:JvmName(name = "isReversed")
var reversed: Boolean

Whether the servo is reversed.

Functions

Link copied to clipboard

Reverses the direction of the servo.

Link copied to clipboard
fun runFor(seconds: Double, power: Double): Command

Returns a command that runs the servo for a desired time.

Link copied to clipboard
fun setReversed(reversed: Boolean): CRServo