Other way
This commit is contained in:
parent
a96f34baac
commit
43f8c3b615
@ -108,7 +108,7 @@ def init_arm(robot):
|
||||
new_pos[2] -= 0.025
|
||||
rob.movel(new_pos, vel=0.05, acc=1)
|
||||
curr_j = rob.getj()
|
||||
curr_j[3] += 0.3 # radians
|
||||
curr_j[3] -= 0.2 # radians
|
||||
rob.movej(curr_j, vel=0.2, acc=1)
|
||||
move_to_home(robot, speed=0.5)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user