CRServo

public final class CRServo implements 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
public CRServo CRServo(HardwareMap hMap, String id)
public CRServo CRServo(CRServo servo)

Properties

Link copied to clipboard
private Double power

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

Link copied to clipboard
private Boolean reversed

Whether the servo is reversed.

Functions

Link copied to clipboard
public final Double getPower()
Link copied to clipboard
public final Boolean isReversed()
Link copied to clipboard
public final CRServo reversed()

Reverses the direction of the servo.

Link copied to clipboard
public final Command runFor(Double seconds, Double power)

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

Link copied to clipboard
public final Unit setPower(Double power)
Link copied to clipboard
public final CRServo setReversed(Boolean reversed)