I tried running pathweaver using the example code from WPI, but it says that the differential drive motor outputs aren’t updated enough, and then the code stops running. I’ve made sure that the paths are exported to main-deploy. Does anyone know what the issue could be?
Could you post your code so it’s easier for us to help?
This is likely because of motor safety. Can you post the error? Is it something like this?
Could you elaborate a little more on this?
Yes, I am receiving the same error of Error 1 DifferentialDrive… output not updated often enough.
edu.wpi.first.wpilibj.MotorSafteyHelper.check(MotorSafteyHelper.java:108)
You might want to play around with the motor safety feature, or just disable it.
https://wpilib.screenstepslive.com/s/currentCS/m/java/l/599705-using-the-motor-safety-feature
Maybe your path is not set right in code. Can we get a code snippet of where you are calling the files? Also, I believe PathWeaver creates a directory called output in whatever target directory you give it.