Posts: 13
Threads: 8
Joined: Mar 2020
Reputation:
0
Is it possible to move the robot base through the python API? I want to do this, but I don´t know how.
Posts: 2
Threads: 1
Joined: Oct 2020
Reputation:
0
Good Morning ,
Yes you can , you have to create a new python script then create your code , you can try this code it allows the robot to reach the target point
from robolink import *
from robodk import *
RL = Robolink()
机器人RL =。项目(“KUKA KR 6R900 sixx') #name of your robot
Target = RL.Item('Target 1')
robot.MoveJ(target)