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

Add type KDL-related types: jacobian/inertia/coriolis/gravity/velocity #8

Open
ndehio opened this issue Jun 27, 2016 · 1 comment
Open

Comments

@ndehio
Copy link

ndehio commented Jun 27, 2016

A type for jacobian would be beneficial, as well as for inertia/coriolis/gravity for the inverse dynamics model. Also CartesianVelocity would be nice. At the moment I use pure Eigen instead.
Eigen::MatrixXf jacobian;
Eigen::MatrixXf inertia;
Eigen::VectorXf gravity;
Eigen::VectorXf coriolis;
Eigen::VectorXf velocity;

What do you think about these types?

@xwavex
Copy link
Member

xwavex commented Oct 21, 2016

i totally agree about these types; we need them!

@xwavex xwavex closed this as completed Oct 21, 2016
@xwavex xwavex reopened this Oct 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants