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
Generally, mention all circumstances that might affect rendering capabilities:
running on a dual GPU machine (integrated GPU + discrete GPU)
running in Docker/Singularity
robot_description = load_xacro(xacro_file_path, xacro_input_args)
File "/opt/ros/humble/lib/python3.10/site-packages/launch_param_builder/utils.py", line 82, in load_xacro
file = xacro.process_file(file_path, mappings=mappings)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 1098, in process_file
process_doc(doc, **kwargs)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 1050, in process_doc
eval_all(doc.documentElement, macros, symbols)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 931, in eval_all
process_include(node, macros, symbols, eval_all)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 522, in process_include
func(include, ns_macros, ns_symbols)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 931, in eval_all
process_include(node, macros, symbols, eval_all)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 522, in process_include
func(include, ns_macros, ns_symbols)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 931, in eval_all
process_include(node, macros, symbols, eval_all)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 522, in process_include
func(include, ns_macros, ns_symbols)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 931, in eval_all
process_include(node, macros, symbols, eval_all)
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 519, in process_include
include = parse(None, filename).documentElement
File "/opt/ros/humble/local/lib/python3.10/dist-packages/xacro/__init__.py", line 1022, in parse
return xml.dom.minidom.parse(inp)
File "/usr/lib/python3.10/xml/dom/minidom.py", line 1990, in parse
return expatbuilder.parse(file)
File "/usr/lib/python3.10/xml/dom/expatbuilder.py", line 913, in parse
result = builder.parseFile(file)
File "/usr/lib/python3.10/xml/dom/expatbuilder.py", line 207, in parseFile
parser.Parse(buffer, False)
xml.parsers.expat.ExpatError: unbound prefix: line 48, column 16
Description
Expected behavior: Generate URDF correctly from xacro despite having special tags from gazebo
Actual behavior: robot_state_publisher fails to parse the urdf due to tag ignition:expressed_in
Steps to reproduce
In a xacro file of the wheels of a robot, define the collision sdf as followed :
Environment
OS Version: Ubuntu 20.04, ROS2 Humble
Binary build?
Gazebo 6.16
Description
ignition:expressed_in
Steps to reproduce
robot_state_publisher robot_state_publisher
with your xacro file as a parameter.The text was updated successfully, but these errors were encountered: