We have set up our robot with a differential drive in code, which we control in teleop using ArcadeDrive commands.
However, we are trying to use closed loop position control in autononous (REV smart motion), but we keep getting errors about not feeding the Differential Drive (which we only want to use in teleop).
“A timeout has been exceeded: DifferentialDrive… Output not updated often enough.”
How to we get the code to not need updated DifferentialDrive commands when we are using closed loop position control?