Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
217 stars 71 forks source link

AIRO-1504 Fix IsRevoluteOrContinuous in UrdfJoint.cs #158

Closed rmanky closed 2 years ago

rmanky commented 2 years ago

Proposed change(s)

This PR updated UrdfJoint.cs to correct an issue with the IsRevoluteOrContinuous var that previously only checked if the joint was a Revolute

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

None

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

Seems like a simple fix, the previous version didn't really make sense? To be fair I'm not quite sure what this file is for, I'm just using it to publish joint data back to ROS in my own script (I needed the joint name, which was stored on each Articulation Body in this component).

unity-cla-assistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

peifeng-unity commented 2 years ago

The Yamato check cannot be triggered from a forked repository. I'll try to merge this branch to one of the local branches before merging to dev.

peifeng-unity commented 2 years ago

Will create another PR from the external-intermediate branch to dev.