I would like to use the built-in PID speed controller. I am using the function:
Code: Select all
SpeedM1M2 #(also tried SpeedM1)
I initially thought it was my code but then I tried it in a super simple program and it did the same thing.
I might just implement my own PID and use the encoder feedback/pwm commands but I would love to know if I did something wrong.