I think you could probably use nested loops with variable waypoints.
So for example, if you have a feature that your pallet pattern is offset against (and I hope my pseudocode makes sense):
featureOffset = (x,y)
loop1(i = 0, i<=10)
loop2(k=0,k<=5)
Go to waypoint (i+x,k+y)
Do whatever
end loop
end loop
Hi,
how do i define or generate motions similar to palletizing function without using it,
it is help full when i have a tray defined wrt to a feature variable, otherwise which is not available with polyscope programming
lets say i have a tray with 10 rows and 5 columns,
i know coordinates of corners ABCD,
any suggestions and workaround for the above requirement.