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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: