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
I hope to use the function calculateInverseKinematics to solve the inverse kinematics. My URDF model has 31 joints, and I am trying to solve the inverse of the right arm separately, that is, the joints with indices 12-18. I use lowerLimits, upperLimits, jointRanges, and restPoses to limit the body from moving, but still consider two body joints in the planning. How can I solve this problem.please help me.
Here is some of my code:
I tried using my left arm instead (index 5-11), and the same problem persisted:
This is my limit parameter, so from this perspective, only the joints with indices 5-11 should be active, But it also planned for two joints on the body.
I hope to use the function calculateInverseKinematics to solve the inverse kinematics. My URDF model has 31 joints, and I am trying to solve the inverse of the right arm separately, that is, the joints with indices 12-18. I use lowerLimits, upperLimits, jointRanges, and restPoses to limit the body from moving, but still consider two body joints in the planning. How can I solve this problem.please help me.
Here is some of my code:
The small coordinate in the picture is the position that I need to solve for at the end of my right hand.
The text was updated successfully, but these errors were encountered: