This repository is cited from xacro2urdf. We write some scripts to help us quickly create URDF files for Unity from fusion2urdf.
-
Prepare Your Folder: The folder you specify must contain:
- A
urdffolder with the necessary URDF files and xacro file. - A
meshesfolder with the associated mesh files. - A
launchfolder if you have launch files to run.
- A
-
Running the Script: You have two choices to transform your files:
- python version(Recommend)
python xacro2urdf.py /path/to/your/folder
- sh script
Put the script into the same folder of
urdffolder. And then run the script.