Rhoban / onshape-to-robot

Converting OnShape assembly to robot definition (SDF or URDF) through OnShape API
MIT License
237 stars 55 forks source link

When using parameters linked to variable studios - it will find the strings of the variable in the array, but not the value linked to it #122

Open minched opened 4 months ago

minched commented 4 months ago

Goodday,

I tried to link some parameters to variable studios. This way multiple document parameters are linked together/ the same. But also to make it easier to load and export these in and from Onshape.

However the value is not inserted in the paramater, but only the string of the variable referring to is:

image

Leading to a crash becaue of unknown value: image

I already tried configurations (https://github.com/Rhoban/onshape-to-robot/issues/103) But this worked only as well with numeric values and not with variables

Would it be possible to solve this - perhaps the same as with the configurations?

Thanks in advance for thinking with me.