We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The deprecated function that describes the limits sets the allowable stiffness values as:
0 <= x, y, z, <= 5000 0 <= a, b, c <= 300
0 <= x, y, z, <= 5000
0 <= a, b, c <= 300
however Calder's initial implementation in MinimalArmWrapperInterface::validateCartesianImpedanceParams had
MinimalArmWrapperInterface::validateCartesianImpedanceParams
0 <= x, y, z, <= 5000 0.1 <= a, b, c <= 300
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
had0 <= 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.
The text was updated successfully, but these errors were encountered: