Skip to content

Releases: Unity-Technologies/URDF-Importer

URDF-Importer v0.5.2

03 Feb 01:21
90f353e
Compare
Choose a tag to compare

Added

Sonarqube scanner

Start supporting file:// type URI.

Fixed

Fixed inability to read relative file paths

Corrected axis change issues in URDF Importer

Bug with multiple references to the same mesh during import

Added the Close Stale Issues action

URDF-Importer v0.5.0

16 Jul 01:27
e9859c4
Compare
Choose a tag to compare
URDF-Importer v0.5.0 Pre-release
Pre-release

[0.5.0-preview] - 2021-07-15

Upgrade Notes

Update third party notices

Upgrade namespace from RosSharp.Urdf to Unity.Robotics.UrdfImporter

Known Issues

Added

Adding badges to main README

Changed

STL files will not be automatically processed to create .prefab files when copied into the Assets directory or when assets are reimported. Instead the processing happens during the URDF import and required .prefab files will be created if they don't exist already or if the "Overwrite Existing Prefabs" option is checked in the URDF Import settings dialog.

Renamed "URDF" to "Urdf" in class names, function names and source filenames.

Renamed RuntimeURDFImporter to RuntimeUrdfImporterExample for clarification

Deprecated

Removed

Fixed

Bug where-in URDF Importer would throw an error when installed via Package Manager because it can't save prefabs to its own directories

Compile error "Plugin 'assimp.dll' is used from several locations" when creating a Universal Windows Platform build (#122)

Fix no material issue in Export robot to URDF (#127)

Fix the inconsistent casing of meta files (#128)

URDF-Importer v0.4.0

01 Jun 21:00
4f88557
Compare
Choose a tag to compare
URDF-Importer v0.4.0 Pre-release
Pre-release

Note: The logs below only presents the changes from 0.3.0-preview

Upgrade Notes

Refactor the codebase and support for runtime URDF importing

Known Issues

Added

Save the generated cylinder meshes to a new folder, Assets/URDF/GeneratedMeshes, as primitive cylinders will have no associated .stl filename/path

Add a link to the Robotics forum, and add a config.yml to add a link in the Github Issues page

Add unit tests and test coverage reporting

Changed

Deprecated

Removed

Fixed

Correct collider rotation so that the collider meshes matches visual meshes for both Y-axis and Z-axis

Replace "../" with the expected "package://" and throw more warnings if things still don't match up

v0.0.5

06 Jan 00:39
89e7022
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release

Bug Fixes

v0.0.4

05 Jan 18:12
ca9f90f
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
Updating package version (#6)

v0.0.3-no-vhacd

13 Nov 23:10
Compare
Choose a tag to compare
v0.0.3-no-vhacd Pre-release
Pre-release

Removing references to VHACD