Skip to content
Snippets Groups Projects
Commit 488d99b2 authored by m-guberina's avatar m-guberina
Browse files

crucial sign fixed

parent b9b13887
Branches
No related tags found
No related merge requests found
File deleted
...@@ -51,7 +51,7 @@ for i in range(3): ...@@ -51,7 +51,7 @@ for i in range(3):
print("ur5:", *np.array(rtde_receive.getActualTCPPose()).round(4)) print("ur5:", *np.array(rtde_receive.getActualTCPPose()).round(4))
init_pose = rtde_receive.getActualTCPPose() init_pose = rtde_receive.getActualTCPPose()
new_pose = copy.deepcopy(init_pose) new_pose = copy.deepcopy(init_pose)
new_pose[2] -= 0.1 new_pose[2] += 0.1
rtde_control.moveL(new_pose) rtde_control.moveL(new_pose)
new_pose[1] += 0.1 new_pose[1] += 0.1
rtde_control.moveL(new_pose) rtde_control.moveL(new_pose)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment