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
👇
File "xacro.py", line 598, in
main()
File "xacro.py", line 568, in main
process_includes(doc, os.path.dirname(sys.argv[2]))
File "xacro.py", line 195, in process_includes
raise XacroException("included file "%s" could not be opened: %s" % (filename, str(e))) main.XacroException: included file "C:\Users\Administrator\Desktop\urdf2\abb_irb2600_support/urdf/common_materials.xacro" could not be opened: [Errno 2] No such file or directory: 'C:\Users\Administrator\Desktop\urdf2\abb_irb2600_support/urdf/common_materials.xacro'
The text was updated successfully, but these errors were encountered:
python xacro.py -o ./test_abb_2600.urdf urdf/irb2600_12_165_macro.xacro
👇
File "xacro.py", line 598, in
main()
File "xacro.py", line 568, in main
process_includes(doc, os.path.dirname(sys.argv[2]))
File "xacro.py", line 195, in process_includes
raise XacroException("included file "%s" could not be opened: %s" % (filename, str(e)))
main.XacroException: included file "C:\Users\Administrator\Desktop\urdf2\abb_irb2600_support/urdf/common_materials.xacro" could not be opened: [Errno 2] No such file or directory: 'C:\Users\Administrator\Desktop\urdf2\abb_irb2600_support/urdf/common_materials.xacro'
The text was updated successfully, but these errors were encountered: