Python Abb YuMi not consistent FK, IK- Printable Version +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +——线程:Python Abb弓不一致颗,逆向运动(/Thread-Python-Abb-YuMi-not-consistent-FK-IK) |
Python Abb YuMi not consistent FK, IK-torayeff-02-21-2022 I retrieve initial joint values, calculate FK, and then calculate IK to get joint values (J -> FK -> IK -> J). I expect that the output of IK should be equal to the initial joint values. This is a simple check. While it works for Kuka and others, this does not work for 7DOF dual-arm ABB YuMi. Am I missing something obvious? Here is the code:
Code:
from robodk import robolink, robomath
RE: Python Abb YuMi not consistent FK, IK-Jeremy-02-22-2022 7-Axis robots have an iterative kinematic compared to an analytic one for 6-axis robots. Results are not guaranteed. Jeremy |