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

Generate points relative robotic base

#1
Hello friends! I have a robot that not in online library and I try to write my own post processor. Please tell me how to generate a program for a robot with points relative to the robot base. All my points are relative for reference coordinate system now.
#2
If you look at the post 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).
#3
Thank you for answer! Yes it write, I guessed it today by mysalf)
  




Users browsing this thread:
1 Guest(s)