Replies: 3 comments 6 replies
-
Could you report the complete traceback here? |
Beta Was this translation helpful? Give feedback.
-
Sorry, here is the full version. [Genesis] [01:30:41] [ERROR] UnboundLocalError: cannot access local variable 'scale' where it is not associated with a value |
Beta Was this translation helpful? Give feedback.
-
Sure, I would try it later, should I use the developer mode to install the latest version available, and give another try? I pulled the code down about one month ago. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When loading URDF file with prismatic joint, the following error appears:
self._load_URDF(self._morph, self._surface)
l_infos, j_infos, equalities = uu.parse_urdf(morph, surface)
[Genesis] [00:46:03] [ERROR] UnboundLocalError: cannot access local variable 'scale' where it is not associated with a value
It appears only to be the problem when I put in the prismatic joints, and the parsing does not work.
Here are the URDF code I added when the error emerged:
Does anyone know how can I fix it?
Beta Was this translation helpful? Give feedback.
All reactions