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

orienta之间移动两个目标和维护工具tion

#2
setPoseTool is not a command that will provoke a robot movement. This function only updates the Tool (TCP) in RoboDK and the real robot if you are connected with the driver.

You should move the robot using a MoveJ or a MoveL command. Example:
Code:
...
robot.setPoseTool(new_tool) # Update the TCP
...
robot.MoveJ(new_pose) # Move the robot. Blocking by default


Messages In This Thread
RE: Move between two targets and maintain tool orientation - byAlbert- 02-22-2023, 09:54 AM



Users browsing this thread:
1 Guest(s)