ToggleIntakeCommand

class ToggleIntakeCommand : Command

Command to toggle the intake and transfer motors on and off

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun end(interrupted: Boolean)

Stop the intake and transfer motors when the command is interrupted or canceled

Link copied to clipboard
open override fun initialize()

Set the speed of the intake and transfer motors to pull notes into the robot

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.