RoboDK Forum
Extract robot inverse kinematic model from RoboDK——革命制度党ntable Version

+- RoboDK Forum (//www.sinclairbody.com/forum)
+-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN)
+ - - -论坛:通用RoboDK问题(//www.sinclairbody.com/forum/Forum-General-questions-about-RoboDK)
+--- Thread: Extract robot inverse kinematic model from RoboDK (/Thread-Extract-robot-inverse-kinematic-model-from-RoboDK)



Extract robot inverse kinematic model from RoboDK-larbi-07-24-2023

Greetings,

I am controlling a Fanuc CR15ia robot with a vanilla c++ code, Is there by any chance a way to extract the robot inverse analytical kinematic model from RoboDK. I am using RoboDK to run simulations, however my final project shall be independent from any third party software. Currently I am using an iterative approach, but I need an analytical one due to execution speed issues.

Thanks.


RE: Extract robot inverse kinematic model from RoboDK-Albert-07-24-2023

You can calculate the inverse Kinematics of any robot in RoboDK by using the SolveIK function. It takes the pose of the robot flange with respect to the robot base and it returns the joints closer to the current solution. The source code of this function is not open source.