Import xacro

How to import robot.urdf file which contains xacro includes?

To import a xacro document, first convert it to urdf using rosrun xacro xacro -o <output_name>.urdf <input_file>.urdf.xacro for robot descriptions already in your catkin workspace. For more information, see http://wiki.ros.org/xacro
Source on Omniverse Docs

4 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.