Open kavikode opened 3 months ago
In src/mir_robot_ws/src/mir_robot/mir_robot/mir_description/urdf, I perform the following:
xacro mir.urdf.xacro > mir.urdf
How can we convert xacro to urdf with the entire base +arm+ gripper as a single file?
thank you in advance!
ros2 run xacro xacro main.xacro -o main.urdf You could try this. This should work
In src/mir_robot_ws/src/mir_robot/mir_robot/mir_description/urdf, I perform the following:
xacro mir.urdf.xacro > mir.urdf
How can we convert xacro to urdf with the entire base +arm+ gripper as a single file?
thank you in advance!