TimedCommandRobot

class commands2.TimedCommandRobot(period: wpimath.units.seconds = 0.02)[source]

Bases: TimedRobot

Constructor for TimedRobot.

Parameters:

period – The period of the robot loop function.

kSchedulerOffset = 0.005