How to do this more effectivly?
Left_Up_J_Pos = (Tip_J_Pos[0] + 1.2,Other_J_Pos[1],What_J_Pos[2])
Left_Up_J = joint(p= Left_Up_J_Pos)
but i can't pass the position variables in the -p flag for the joint command, it shows errors if i do this :
Left_Up_J = joint(p= Tip_J_Pos[0] + 1.2,Other_J_Pos[1],What_J_Pos[2])
cheers