Script execution
This commit is contained in:
@@ -198,8 +198,8 @@ try:
|
||||
# [1.2 ,-3.30,-2.2,117.1],
|
||||
# [-8.8,-3.60,-2.2,118.1]]
|
||||
# for nn in sample_pos:
|
||||
sample_pos = [[-8.8,-3.6,1.00,-118.1],
|
||||
[-8.8,-3.6,1.00,-117.1]]
|
||||
sample_pos = [[-8.8,-3.6,1.00,118.1],
|
||||
[-8.8,-3.6,1.00,117.1]]
|
||||
nn = sample_pos[0]
|
||||
ManipulatorX.move(nn[1])
|
||||
ManipulatorY.move(nn[2])
|
||||
|
||||
Reference in New Issue
Block a user