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

SliderJoint support in the OpenSim parser #96

Open
tjstienstra opened this issue Oct 25, 2022 · 0 comments
Open

SliderJoint support in the OpenSim parser #96

tjstienstra opened this issue Oct 25, 2022 · 0 comments

Comments

@tjstienstra
Copy link

Is your feature request related to a problem? Please describe.
When trying to import the Tug of War osim model I got a segmentation error, due to the SliderJoint not being supported by the osim parser (was using v0.8.34 in python 3.8). Sidenote: got a segmentation error instead of the error message that the joint was not yet implemented.

Describe the solution you'd like

  • Support the opensim SliderJoint with the dart/dynamics/PrismaticJoint
  • Normal error message instead of segmentation error when trying to parse a unsupported joint.

Describe alternatives you've considered
None

Additional context
Would expect that implementing the SliderJoint (PrismaticJoint) is quite easy, since I expect that the syntax is basically the same as the already support PinJoint ('RevoluteJoint`).

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

No branches or pull requests

1 participant