You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to move the base of a robot (wx200 for example), and having troubles of reaching the goal axes for end-effector axes. The program does not stop when end-effector reaches goal axes. The method we used for moving a base was robot.base = robot.base * sm.SE3.Trans(0.0,0.001,0). Are there any suggestions for improvement?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
We are trying to move the base of a robot (wx200 for example), and having troubles of reaching the goal axes for end-effector axes. The program does not stop when end-effector reaches goal axes. The method we used for moving a base was robot.base = robot.base * sm.SE3.Trans(0.0,0.001,0). Are there any suggestions for improvement?
Beta Was this translation helpful? Give feedback.
All reactions