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

dartsim: Support joint dynamics parameters on Ball joints #634

Open
azeey opened this issue May 8, 2024 · 2 comments
Open

dartsim: Support joint dynamics parameters on Ball joints #634

azeey opened this issue May 8, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@azeey
Copy link
Contributor

azeey commented May 8, 2024

Desired behavior

Support for parameters such as damping on ball joints.

Alternatives considered

none

Implementation suggestion

Currently, none of the dynamics parameters are supported. The comment on

// SDF does not support any of the properties for ball joint, besides the
indicates that this is because SDFormat doesn't support it and the following issues confirm that:

gazebosim/sdformat#331
gazebosim/sdformat#1250
gazebosim/sdformat#860

However, maybe we can add an implementation where the parameters from the first <axis> are used for all the DOFs.

Additional context

none

@azeey azeey added the enhancement New feature or request label May 8, 2024
@vbalaji21
Copy link

Can you please let me know when will this feature be implemented ? Because I am looking for a 3 DOF rotational joint with damping. I am not able to have any work around for this problem as I am unable to have 3 rotational joints on the same spot.

@azeey azeey added the help wanted Extra attention is needed label Jul 15, 2024
@azeey
Copy link
Contributor Author

azeey commented Jul 15, 2024

I've added the help wanted label. We are currently not planning to work on this in the near term, but would accept pull requests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
Status: To do
Development

No branches or pull requests

2 participants