解决for a given configuration可打印版本 +- RoboDK Forum (//m.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//m.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//m.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Solve for a given configuration (/Thread-Solve-for-a-given-configuration) |
解决for a given configuration-frfournier-06-23-2020 Hi, I am looking for an efficient way of solving the IK of a pose but in a specific arm configuration (ex: NUT001 for Fanuc).
Code:
import robolink
Code:
robot.JointsConfig(joints[:,0])
What is the meaning of the extra undocumented information in the results of SolveIK_All and JointsConfig? RoboDK 4.2.4.16571 RoboDK API robodk-5.0.0-py3 Thank you, |