URDF importer
Перейти к файлу
Devin Miller 68c1f0030e Adding bogus job to Yamato stop main merges 2021-02-11 10:59:20 -08:00
.yamato Adding bogus job to Yamato stop main merges 2021-02-11 10:59:20 -08:00
TestUrdfImporter AIRO-331 Re-organizing package directory and adding Yamato integration (#41) 2021-02-05 15:12:11 -08:00
com.unity.robotics.urdf-importer Latest VHACD (#49) 2021-02-11 10:23:13 -08:00
images~ Update README.md (#14) 2020-12-14 12:49:57 -08:00
.gitattributes Adding Unity .gitattributes and normalizing line endings. (#42) 2021-02-08 10:54:48 -08:00
.gitignore Update README.md (#14) 2020-12-14 12:49:57 -08:00
.gitmodules AIRO-331 Re-organizing package directory and adding Yamato integration (#41) 2021-02-05 15:12:11 -08:00
InfoAcknowledgements.md Adding copyright headers from Siemens ROS# repo (#17) 2020-12-14 12:24:29 -08:00
LICENSE AIRO-291 Changing LICENSE to Apache 2.0 2020-11-11 11:28:56 -08:00
README.md Update git links with tags(#48) 2021-02-08 14:56:55 -08:00
Third Party Notices.md Initial commit with files from latest https://github.com/siemens/ros-sharp 2020-11-04 13:45:04 -08:00

README.md

URDF Importer

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.

Using the Package

Adding the URDF package

  1. Open the Package Manager from Unity Menu. Click Window -> Package Manager. A new package manager window will appear.

  2. Click on the + sign on the top left corner of the package manager window and click on Add Package from Git URL.

  1. Enter the git URL for the URDF Importer with the latest version tag (currently v0.1.2) https://github.com/Unity-Technologies/URDF-Importer.git#v0.1.2 in the text box and press Enter.

  2. Click Import URDF.

Importing the robot using URDF file

  1. Copy the URDF and the associated files in the assets folder in the Project window. Make sure the location of the mesh files is correct.

  2. Right Click on the URDF file and click Import Robot from Selected URDF file.

  1. A window will appear with the Import settings for the Robot. First setting mentions the orientation of the mesh files. The second setting is used to select the algorithm to be used in Collision mesh Decomposition. For more information click here
  1. Click Import URDF

Tutorials

Instructions for using URDF importer can be found here.

ROS#

Special thanks to the Siemens ROS# Project Team for driving the ROS-Unity Integration Open Source since 2017.

This repo is a fork of ROS# and was a great starting point for our development.