Posts: 3
Threads: 1
Joined: May 2023
Reputation:
0
Hi, I am doing master thesis and focus on inverse kinematics and move linear for redundant robot arms.
I want to simulate a scenario using my IK library and Move linear implementation, and compare the performance with those existing ones. However i find it hard to do it with robot dk plugin interface, could someone give me some hints?
Posts: 3
Threads: 1
Joined: May 2023
Reputation:
0
Thanks for the reply.
I read the plugin example. As far as I understand it, it's more like an tool that you can customize the UI and automate something.
What I want to achieve is to plug my kinematics(dynamics) library into robotdk. Which means when I create program like
moveJ(pose1);
moveL(pose2);
The plugin will use my library to do motion planning and visualize the trajectory in robotDK.
However i didnt find proper way to do that.
Could you give more hints?
Posts: 3,524
Threads: 2
Joined: Apr 2018
Reputation:
165
It is currently not possible to use your custom kinematics for existing robots in RoboDK but you can use the API to model your robot and use RoboDK for visualization purposes.
This example contains a script that shows a proof of concept:
C:/RoboDK/Library/Example-09.a-Script-Model Robot DH-DHM Mirror Test