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

[cob_twist_controller] GPM-based solvers - check nullspace dimension #125

Open
fmessmer opened this issue Jan 12, 2017 · 0 comments
Open

Comments

@fmessmer
Copy link
Contributor

fmessmer commented Jan 12, 2017

e.g. in GPM-solver check whether projector is Null-Matrix, which means pinv * this->jacobian_data_ is Eigen::MatrixXd::Identity which means this->jacobian_data_ is invertable/regular and thus Nullspace is empty thus the projection has not influence on q_dots_out

Add a check for this, print a warning and skip loop over constraints simply setting Eigen::MatrixXd qdots_out = particular_solution

This would help understand why e.g. collisions happen although CA is activated!

Do this for Stack-of-Task and Task-2nd-Prio, too

@fmessmer FYI

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