even with a very basic program, with only a single mecanum drive function being called, during teleop a warning is being thrown,
Watchdog not fed within 0.020000s Loop time of 0.02s overrun Warning at edu.wpi.first.wpilibj.IterativeRobotBase.printLoopOverrunMessage(IterativeRobotBase.java:273): Loop time of 0.02s overrun
this error is not thrown if the single line in teleop is commented out. could be something wrong with the drive object or the way we are calling it.
even with a very basic program, with only a single mecanum drive function being called, during teleop a warning is being thrown,
Watchdog not fed within 0.020000s Loop time of 0.02s overrun Warning at edu.wpi.first.wpilibj.IterativeRobotBase.printLoopOverrunMessage(IterativeRobotBase.java:273): Loop time of 0.02s overrunthis error is not thrown if the single line in teleop is commented out. could be something wrong with the drive object or the way we are calling it.