Script execution

This commit is contained in:
gac-x03da
2018-09-29 01:32:03 +02:00
parent fb167f961f
commit c918ab2273

View File

@@ -167,7 +167,7 @@ try:
setup_live_plots(REGIONS_B)
task = fork(update_live_plots)
# theta, x, y, z
sample_pos = [ [-9.1,-0.5, 0.20, 115.0]]
sample_pos = [ [-9.1,0.5, 0.00, 115.0]]
jj = 0
for nn in sample_pos:
ManipulatorX.move(nn[1])