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

impedance control consistency #20

Open
randaz81 opened this issue Mar 1, 2016 · 0 comments
Open

impedance control consistency #20

randaz81 opened this issue Mar 1, 2016 · 0 comments

Comments

@randaz81
Copy link
Member

randaz81 commented Mar 1, 2016

Write a test which performs the following actions:

PART1:

  • set a small pre-defined impedance value (e.g. stiffness 0.2 damping 0.2) on all joints of the robot part.
  • read back the impedance from all the joints. Retrieved value should not differ more than (0.05 0.05) from the original command.
  • Repeat using a large pre-defined impedance value (e.g. stiffness 10.0 damping 10.0).
  • Threshold and test values should be stored in a ini file.

PART2:

  • call function yarp::dev::IImpedanceControl::getCurrentImpedanceLimit (int j,double * min_stiff,double * max_stiff,double * min_damp,double * max_damp ))
  • repeat the tests using the max/min values obtained by getCurrentImpedanceLimit() in place of the predefined values used in PART1.
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

1 participant