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

Confirm cartesian stiffness limits in Java software #31

Open
dmcconachie opened this issue Aug 12, 2017 · 0 comments
Open

Confirm cartesian stiffness limits in Java software #31

dmcconachie opened this issue Aug 12, 2017 · 0 comments

Comments

@dmcconachie
Copy link
Contributor

The deprecated function that describes the limits sets the allowable stiffness values as:

0 <= x, y, z, <= 5000
0 <= a, b, c <= 300

however Calder's initial implementation in MinimalArmWrapperInterface::validateCartesianImpedanceParams had

0 <= x, y, z, <= 5000
0.1 <= a, b, c <= 300

There is no documentation attached to the functions that we are using in the Java code, so it is not clear what the correct range is.

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