GitPedia
Unity-Technologies

Unity-Technologies/URDF-Importer

URDF importer

6 Releases
Latest: 4y ago
URDF-Importer v0.5.2v0.5.2Latest
hyounesyhyounesy·4y ago·February 3, 2022
GitHub

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](https://github.com/marketplace/actions/close-stale-issues) action
URDF-Importer v0.5.0v0.5.0Pre-release
peifeng-unitypeifeng-unity·4y ago·July 16, 2021
GitHub

📦 Upgrade Notes

  • Update third party notices
  • Upgrade namespace from RosSharp.Urdf to Unity.Robotics.UrdfImporter

Added

  • Adding badges to main README

📋 Changed

  • Renamed "URDF" to "Urdf" in class names, function names and source filenames.
  • Renamed RuntimeURDFImporter to RuntimeUrdfImporterExample for clarification

🐛 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.0v0.4.0Pre-release
sdiaosdiao·5y ago·June 1, 2021
GitHub

📦 Upgrade Notes

  • Refactor the codebase and support for runtime URDF importing

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

🐛 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.5Pre-release
vidurvij-Unityvidurvij-Unity·5y ago·January 6, 2021
GitHub

Bug Fixes

v0.0.4Pre-release
vidurvij-Unityvidurvij-Unity·5y ago·January 5, 2021
GitHub
v0.0.3-no-vhacdPre-release
vidurvij-Unityvidurvij-Unity·5y ago·November 13, 2020
GitHub

Removing references to VHACD