WaitUntilCommand

class wpilib.command.WaitUntilCommand(time)[source]

Bases: wpilib.command.Command

This will wait until the game clock reaches some value, then continue to the next command.

isFinished()[source]