URDF-Importer
URDF-Importer copied to clipboard
Spherical Joint Tag in URDF supported
Is your feature request related to a problem? Please describe. Since Unity ArticulationBody has native support of SphericalJoint, as stated in here. I wonder why the URDF importer cannot directly support spherical tag in URDF?
I know pybullet community support this feature as mentioned in this thread.
Describe the solution you'd like I hope I can directly define the spherica joint in URDF with a spherical tag, just like fixed joint, revolute joint, etc.
Describe alternatives you've considered I have two alternative ways to achieve this:
- A common practice for mimic the spherical joint in URDF is to adopt three revolute joints, however, it requires to add additional virtual objects to link the joints.
- after import urdf with urdf-importer, manually change the joint type in the ArticulationBody.
Additional context The attachment humanoid.urdf.txt in the pybullet community thread mentioned above, can clearly showcase my point.
Though I have two alternative approach, I actually did not check these two approaches, though I believe the second one is highly doable. Nevertheless, I hope it can be solved natively. Thanks!
Hi, thanks for reaching out! I've created an internal ticket to investigate this, and we'll get back to you with any updates.
[Ticket#: AIRO-1663]