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

Simulation does not match Kuka

#5
For linear movement I use, with x,y,z in mm:

newPose = KUKA_2_Pose([x,y,z, 0, 0, 0]) * robot.Pose()
robot.moveL(newPose)

So let me show you an example, I want to do a linear translation in z-direction wrt the robot base (x = 0, y = 0, z = -10):
The initial pose of the tool frame wrt the reference frame from RoboDK equals [ 1965.000000, 0.000000, 1570.000000, 0.000000, 90.000000, -0.000000 ]
After the jogging request, the pose from RoboDK equals [ 1965.000000, 0.000000, 1560.000000, 0.000000, 90.000000, -0.000000 ]

So the result of the target pose calculation matches my expectation, therefore, I don't think it has something to do with the calculation. I also validated the frame I am working in, this is also correct. Could it be that the .rdk robot file (which was a second version only) does not exactly match the real robot? Maybe one or multiple joint inputs are inversed compared to the real Kuka?


Messages In This Thread
Simulation does not match Kuka - byluuk_endlich- 02-28-2023, 10:55 AM
RE: Simulation does not match Kuka - byAlbert- 02-28-2023, 11:19 AM
RE: Simulation does not match Kuka - byAlbert- 02-28-2023, 01:32 PM
RE: Simulation does not match Kuka - byluuk_endlich- 02-28-2023, 02:31 PM
RE: Simulation does not match Kuka - byAlbert- 02-28-2023, 02:46 PM
RE: Simulation does not match Kuka - byAlbert- 02-28-2023, 04:10 PM
RE: Simulation does not match Kuka - bymaexbecks- 03-03-2023, 02:43 PM
RE: Simulation does not match Kuka - byJeroen_F- 09-04-2023, 09:03 AM
RE: Simulation does not match Kuka - byAlbert- 09-04-2023, 04:38 PM



Users browsing this thread:
1 Guest(s)