TimeCommand

public final class TimeCommand extends Command

A time-based command.

Parameters

execute

the execute function, accepting the time elapsed since initialization and the time since last update, and returning whether the command is finished.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public Unit execute()

Runs repeatedly until isFinished returns true.

Link copied to clipboard
public Unit init()

Runs once when first scheduled.

Link copied to clipboard

Returns whether this command is finished.