Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "spherical" joint (from PyBullet) #10

Closed
wants to merge 5 commits into from

Conversation

ManifoldFR
Copy link

@ManifoldFR ManifoldFR commented May 15, 2020

Addresses issue #8.

Essentially, "spherical" is an alias for the "floating" joint type, with no translation component in the transformation matrix (I added a check for this in Joint.get_child_poses()). This is supported by the Bullet/PyBullet physics simulator and represents joints that have free 3D rotation but fixed origin.

I took care to add comments in the right places I think.

@ManifoldFR
Copy link
Author

The new joint type isn't covered by the new unit tests, though. I think the humanoid.urdf robot from PyBullet would be make for a suitable one, no?

@ManifoldFR ManifoldFR closed this by deleting the head repository Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant