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

Usage of constraint_tol in InverseKinematicsConstraintSet #98

Open
RobotTX opened this issue Feb 27, 2024 · 0 comments
Open

Usage of constraint_tol in InverseKinematicsConstraintSet #98

RobotTX opened this issue Feb 27, 2024 · 0 comments

Comments

@RobotTX
Copy link

RobotTX commented Feb 27, 2024

The InverseKinematics() method is using step_tol for checking both convergence (compare with delta_q_norm) and constraint satisfication (compare with error_norm), where constraint_tol is not used in anywhere, but its comment in Kinematics.h says

// Constraint tolerance (default = 1.0e-12). If error_norm is smaller than this value the algorithm terminates successfully, i.e. all constraints are satisfied.

Should it use constraint_tol to compare with error_norm instead of step_tol for inverse kinematics calculation?

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