Forum
Início › Fóruns › Temas ou Discussões › Camera simulation – Frame not reachable › Resposta a: Camera simulation – Frame not reachable
roboterly
Convidado
23 de Abril, 2022 às 17:46
Número de artigos: 172
this piece of code should help:
Code:
# ———– place the box i on the convegor ——
# approach to the conveyor
robot.setPoseFrame(null_position_holder)
robot.MoveJ(target_null_safe)
robot.MoveL(eye()*roty(-pi))
You were applying the distance between the robot base and the NullPositionHolder frame twice.
Once with the setPoseFrame and once with the motion. The pose you were trying to reach was therefore twice as far.