LinearSlideFeedforwardTuner

class LinearSlideFeedforwardTuner(motors: List<DcMotorEx>, encoderIndex: Int, telemetry: Telemetry) : Command

An automatic tuner for linear slide feedforward.

Parameters

motors

The motors to tune

encoderIndex

The index of the motor to use the encoder of

telemetry

The telemetry instance to use

Constructors

Link copied to clipboard
constructor(motor: DcMotorEx, telemetry: Telemetry)
constructor(motors: List<DcMotorEx>, encoderIndex: Int, telemetry: Telemetry)

Types

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override val isDone: Boolean = false
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun and(vararg commands: Command): ParallelGroup
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun invoke()
Link copied to clipboard
Link copied to clipboard
fun raceWith(vararg commands: Command): ParallelRaceGroup
Link copied to clipboard
open override fun start()
Link copied to clipboard
open fun stop(interrupted: Boolean)
Link copied to clipboard
fun then(vararg commands: Command): SequentialGroup
Link copied to clipboard
Link copied to clipboard
open override fun update()
Link copied to clipboard