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

Robot's position(angle) joint axis jog

#4
I think you can use SolveIK_All() for that:

//www.sinclairbody.com/doc/en/PythonAPI/robo...olveIK_All

Code:
robot = RDK.Item('YourRobot',ITEM_TYPE_ROBOT)
all_solutions = robot.SolveIK_All(robot.Pose(),robot.PoseTool(),robot.PoseFrame())
print(repr(all_solutions))


Messages In This Thread
再保险:机器人的position(angle)_joint axis jog - byMaarten- 08-03-2022, 01:38 PM



Users browsing this thread:
1 Guest(s)