URDF importer
Перейти к файлу
vidurvij-Unity 2364f7ceb1
Adding copyright headers from Siemens ROS# repo (#17)
* Adding copyright notice from Siemens ROS# repo
* Adding acknowledgements
2020-12-14 12:24:29 -08:00
Editor Adding copyright headers from Siemens ROS# repo (#17) 2020-12-14 12:24:29 -08:00
Runtime Adding copyright headers from Siemens ROS# repo (#17) 2020-12-14 12:24:29 -08:00
.gitignore Fixing runtime compile issues in VHACD (#5) 2020-11-18 14:29:38 -08:00
.gitmodules Fixing runtime compile issues in VHACD (#5) 2020-11-18 14:29:38 -08:00
Editor.meta Changing to Unity package structure for pacman importing 2020-11-04 17:31:35 -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
LICENSE.meta Fixing package import errors 2020-11-11 16:47:58 -08:00
README.md Adding instructions to README 2020-11-04 15:25:35 -08:00
README.md.meta Changing to Unity package structure for pacman importing 2020-11-04 17:31:35 -08:00
Runtime.meta Changing to Unity package structure for pacman importing 2020-11-04 17:31:35 -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
Third Party Notices.md.meta Changing to Unity package structure for pacman importing 2020-11-04 17:31:35 -08:00
package.json Updating package version (#6) 2020-11-20 12:19:16 -08:00
package.json.meta Changing to Unity package structure for pacman importing 2020-11-04 17:31:35 -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.

Integrate URDF Importer into Unity Project

  • Clone or download the URDF Importer Repo
  • In your Unity project create a directory named Plugins in Assets
  • Copy the URDFLibrary and UnityEditorScripts directories into the newly created Assets/Plugins directory
  • Confirm the integration succeded by selecting Assets from the menu bar and look for the Import Robot from URDF option

Importing a URDF into a Unity scene

  • Find the urdf file of the robot you want to import in the Assets folder and select it
  • 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

Tutorials

Instructions for using URDF importer can be found here.