You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: