Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
214 stars 71 forks source link

AIRO-1690 Removing option to convert all meshColliders to non convex type meshes #183

Closed vidurvij-Unity closed 2 years ago

vidurvij-Unity commented 2 years ago

Proposed change(s)

Removing a button in the inspector window of the UrdfRobot script that allows the user to toggle "is convex" option for colliders. Non-convex meshes are incompatible with ArticulationBodies, which is the only supported Physics entity in Unity, hence making the functionality unuseful.

Useful links (GitHub issues, JIRA tickets, forum threads, etc.)

https://github.com/Unity-Technologies/URDF-Importer/issues/171

Types of change(s)

Testing and Verification

Please describe the tests that you ran to verify your changes. Please also provide instructions, ROS packages, and Unity project files as appropriate so we can reproduce the test environment.

Test Configuration:

Checklist

Other comments

vidurvij-Unity commented 2 years ago

Snoarqube and Yamato test passed. Not showing up here.