URDF Importer allows you to import a robot defined in URDF format in a Unity scene. URDF defines the geometry, visual meshes, kinematic and dynamic attributes of a Robot. Importer parses a URDF file and imports it into Unity using PhyX 4.0 articulation bodies.
- Clone or download the URDF Importer Repo
- In your Unity project create a directory named
Plugins
inAssets
- Copy the
URDFLibrary
andUnityEditorScripts
directories into the newly createdAssets/Plugins
directory - Confirm the integration succeded by selecting
Assets
from the menu bar and look for theImport Robot from URDF
option
- Find the
urdf
file of the robot you want to import in theAssets
folder and select it - From the menu click
Assets
->Import Robot from URDF
or in file explorer right click on the selected file and clickImport Robot from URDF
Instructions for using URDF importer can be found here.