Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Control a robot by sending joint configuration (motors angles) J1->J6

#2
Hello,

Using setJoints you can send the robot to any joint position. In your case, you can refer to the example here://m.sinclairbody.com/doc/en/PythonAPI/exam...rogram-xyz

你可以使用移动机器人setJoints如下:

Code:
from robolink import * # import the robolink library (bridge with RoboDK)
from robodk import * # import the robodk library (robotics toolbox)

RDK = Robolink() # establish a link with the simulator
robot = RDK.ItemUserPick('Select a robot', ITEM_TYPE_ROBOT) # retrieve the robot
robot.setJoints([0,90,-90,0,0,0]) # move robot to given joint position


Messages In This Thread
RE: Control a robot by sending joint configuration (motors angles) J1->J6 - byVineet- 06-03-2021, 12:05 PM



Users browsing this thread:
1 Guest(s)