I have to apply my own PID controller to my Open manipulator X. I have developed the PID controller algorithm and I have changed the operating modes from Position control to PWM mode. So how can I give my algorithm to the hardware ? Can anyone tell this in detail,
To use your PID algorithm to control your DYNAMIXELs, send the goal PWM values defined by your algorithm to the servos via the Goal PWM control table item.
The built in PID controller cannot be replaced by your custom controller, but sending the goal PWM values allows complete control of the DYNAMIXEL’s motion.
Hi,
I have applied my own PID controller and its working good. But now I am not able to control the speed of Dynamixel. Previously it was controlled by using profile velocity. Why this is happening ?