Better Array Manipulation

It would be really nice to have a wider range of functions with which to manipulate arrays. In python there are a few really helpful array manipulation functions, and seeing some of these in URScript would be really useful. Especially the ability to dynamically change the size of an array by adding and removing elements, and the ability to generate an “empty” (null or 0) array of a given size. See more information about the common python array functions here

20 Likes

The ability to use multi-dimensional Arrays for e.g. Rotation Matrices would also be very nice

4 Likes

Bumping this feature request. Better array manipulation similar to basic manipulation in MATLAB or as Sam mentioned above in python would make my life a lot easier!

1 Like

Bump.
I’d love to have better Array manipulation.
guessing the size of an array I might need is ridiculous.
what we need is the ability to increase and decrease the size as we go along.

:frowning:
hopefully this tides you over

Looks like my prayers have finally been answered, and this functionality is finally on the way!! Thanks to UR for finally implementing this, it will make so many things so much easier.

Variable length lists announced

1 Like