-
Notifications
You must be signed in to change notification settings - Fork 445
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
IKINE #107
Comments
ikcon() % Numerical inverse kinematics with joint limits |
Please send a complete example |
@petercorke maybe I can provide a complete example of panda. Notice that I have removed the panda hand from panda, so I rewrite the mdl_panda.m with changes to this line (other code leaves the same): Then I record the current joint_pose and end-effector pose from franka_ros:
When I use the following command, the forward kinematics returns right:
However, when I use the inverse kinematic function, the answer turns out to violate the joint limit:
It can be seen that the joint 4 violate the joint limits which is defined in .qlim : [-3.0718,-0.0698] |
I am using the ikine() function to find the inverse solution of the manipulator, and I found that the qlim that set in the link didn't work,In the results, some of the joint Angle exceeds the limit. I don't know why and how to improve.
THANK YOU!
The text was updated successfully, but these errors were encountered: