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

Generate points relative robotic base

#2
如果你看看processor called Epson RC you'll see an example to calculate the absolute pose (position of the tool relative to the robot base). For every new movement (MoveL and MoveC) you should calculate the absolute position like this:

Code:
pose_abs = self.FRAME * pose

You should make sure you keep a copy of the reference coordinate system (inside setFrame).


Messages In This Thread
Generate points relative robotic base - byVladOS- 10-29-2019, 11:31 PM
RE: Generate points relative robotic base - byAlbert- 10-30-2019, 07:14 PM



Users browsing this thread:
1 Guest(s)