Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PID values for controlling Elfin robot with using Effort Interface #34

Open
arianwu opened this issue Mar 31, 2023 · 1 comment
Open

Comments

@arianwu
Copy link

arianwu commented Mar 31, 2023

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.

@crNewton
Copy link

crNewton commented Apr 4, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants