Tasks

open inner class Tasks

Tasks for HoldableActuator, access with tasks.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun ceil(): Task
Send the actuator to the top limit, using the constants for homing.
Link copied to clipboard
open fun control(@NonNull powerSupplier: DoubleSupplier): Task
Controls the actuator with a supplier of power.
Link copied to clipboard
open fun delta(deltaPosition: Int): Task
Commands the actuator to go to a particular encoder position as an offset of the current position when this task is executed.
Link copied to clipboard
open fun goTo(@NonNull limitSwitch: TouchSensor): Task
Set the position of the actuator based on a mapped limit switch.
open fun goTo(targetPosition: Int): Task
Commands the actuator to go to a particular encoder tick reading by advancing or retreating the motor.
Link copied to clipboard
open fun home(): Task
Home the actuator based on encoders against a hard stop or limit switch.
Link copied to clipboard
open fun runFor(@NonNull time: Measure<Time>, pwr: Double): Task
Run the actuator for a certain amount of time.
Link copied to clipboard
open fun setPower(p: Double): Task
Directly set the power of the actuator.