Hi team,
I just successfully implemented the full_control_serial example and its working like a charm. So happy with the amount of control it gives me by making motion type dynamic.
However, I am facing one issue with following settings…everytime i activate a motor with ME1 or when motor reaches 0 position, it starts shacking. I hold it with my hands it will stop shacking. It happens with following setting.
motor.PID_velocity.P = 0.2f;
motor.PID_velocity.I = 20;
motor.PID_velocity.D = 0;
If I change motor.PID velocity.I to 0 then also it solves the problem. However, I am curious as to why it happens. Honestly not sure what i am changing by altering this value either. Could someone please throw some light on this and if there is any better way to troubleshoot