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

Question about the JntToCoriolis function #458

Open
SwonGao opened this issue Feb 29, 2024 · 0 comments
Open

Question about the JntToCoriolis function #458

SwonGao opened this issue Feb 29, 2024 · 0 comments

Comments

@SwonGao
Copy link

SwonGao commented Feb 29, 2024

Hi,
JntToCoriolis calculates the force: C(q, q_dot)

I want to ask if I can calculate the matrix "C * q_dot_desired"; here, C means the Coriolis and centrifugal matrix.

Now, I am using:
Jnt_Desired_Vel_State.data = J_.data.inverse() * (Cart_ee_Ref_Twist);
id_solver_->JntToCoriolis(Jnt_Pos_State, Jnt_Desired_Vel_State, C_);
I wonder if that is correct. Can you help me with it?

Thank you!

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