TimedCommandRobot
- class commands2.TimedCommandRobot(period: wpimath.units.seconds = 0.02)[source]
Bases:
TimedRobotConstructor for TimedRobot.
- Parameters:
period – The period of the robot loop function.
- kSchedulerOffset = 0.005
Bases: TimedRobot
Constructor for TimedRobot.
period – The period of the robot loop function.