Skip to content

Commit 1d351d0

Browse files
committed
Adding instructions to README
1 parent cf296d7 commit 1d351d0

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,18 @@
22

33
URDF Importer allows you to import a robot defined in [URDF](http://wiki.ros.org/urdf/XML) 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.
44

5-
# Tutorials
5+
# Integrate URDF Importer into Unity Project
66

7-
Instructions for using URDF importer can be found [here](https://github.com/Unity-Technologies/Robotics-Tutorials/blob/master/urdf_tutorial.md).
7+
- Clone or download the URDF Importer Repo
8+
- In your Unity project create a directory named `Plugins` in `Assets`
9+
- Copy the `URDFLibrary` and `UnityEditorScripts` directories into the newly created `Assets/Plugins` directory
10+
- Confirm the integration succeded by selecting `Assets` from the menu bar and look for the `Import Robot from URDF` option
811

12+
# Importing a URDF into a Unity scene
13+
14+
- Find the `urdf` file of the robot you want to import in the `Assets` folder and select it
15+
- From the menu click `Assets` -> `Import Robot from URDF` or in file explorer right click on the selected file and click `Import Robot from URDF`
16+
17+
# Tutorials
18+
19+
Instructions for using URDF importer can be found [here](https://github.com/Unity-Technologies/Unity-Robotics-Hub/blob/master/tutorials/urdf_importer/urdf_tutorial.md).

0 commit comments

Comments
 (0)