02-05-2019, 08:13 AM
Hi,
I'm using the 'MoveL_Test' method in the following way:
res= MoveL_Test(new_robot_joints,target.Pose())
when res = 0 (which is good, and means I would like to move the arm linearly), I see in the simulation that the arm position changes slightly after the MoveL_Test command (before I'm actually moving it (via 'MoveL')).
Is it a bug, or am I doing something wrong?
(if it helps, here is an example for the pos change:
from Pose(590.000, 0.000, 400.000, 180.000, -0.000, -90.000)
to Pose(442.954, 67.952, 400.000, 180.000, -0.000, -67.569))
Thanks!
Yotam
I'm using the 'MoveL_Test' method in the following way:
res= MoveL_Test(new_robot_joints,target.Pose())
when res = 0 (which is good, and means I would like to move the arm linearly), I see in the simulation that the arm position changes slightly after the MoveL_Test command (before I'm actually moving it (via 'MoveL')).
Is it a bug, or am I doing something wrong?
(if it helps, here is an example for the pos change:
from Pose(590.000, 0.000, 400.000, 180.000, -0.000, -90.000)
to Pose(442.954, 67.952, 400.000, 180.000, -0.000, -67.569))
Thanks!
Yotam