TestFlywheelSpeedsCommand

Command to test the flywheel speeds manually

Parameters

speed

a supplier that returns the desired speed of the flywheels

Constructors

Link copied to clipboard
constructor(speed: DoubleSupplier)

Functions

Link copied to clipboard
open override fun execute()

Set the flywheels to the desired speed Runs every 20ms

Link copied to clipboard
open override fun isFinished(): Boolean

This command is never finished on its own. It will be finished when the command is interrupted or canceled.