You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am currently trying to implement a controller for the Elfin5 robot using a PD+gravity compensation controller, for that, I need to use the already available Effort Interface. Still, I need to tune the parameters for the PID of each joint. I wanted to know if there are any recommended PID values for each joint as well as the i_clamp value and whether to use anti-windup or not.
Thank you.
The text was updated successfully, but these errors were encountered:
Using arm_controllers/GravityCompController It works for me with pid & i_clamp values of 0.
It does require some force to move the robot, so It would benefit from optimized parameters.
Hi, I am currently trying to implement a controller for the Elfin5 robot using a PD+gravity compensation controller, for that, I need to use the already available Effort Interface. Still, I need to tune the parameters for the PID of each joint. I wanted to know if there are any recommended PID values for each joint as well as the i_clamp value and whether to use anti-windup or not.
Thank you.
The text was updated successfully, but these errors were encountered: