You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ xacro --inorder minimal_example.urdf.xacro
math_pi: no parent scope at global scope
local variable 'target_table' referenced before assignment
UnboundLocalError("local variable 'target_table' referenced before assignment",)
when processing file: minimal_example.urdf.xacro
When running xacro with an incorrectly set
scope
attribute, a local variable is referenced before assignment.Steps to reproduce
minimal_example.urdf.xacro:
relevant lines
xacro/src/xacro/__init__.py
Lines 546 to 562 in b786d85
The text was updated successfully, but these errors were encountered: