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

Seems not able to convert a universal joint #45

Closed
CarlsonGYC opened this issue Dec 5, 2024 · 3 comments
Closed

Seems not able to convert a universal joint #45

CarlsonGYC opened this issue Dec 5, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@CarlsonGYC
Copy link

I am trying to convert a model with universal joints:
This is the joint sdf code:

0.15 0.0 -0.025 0 1.5707963267948966 0.0 payload cable_1_segment_0_p 0 1 0 1 0 0
However, when I run the convert code, an error occured:
(ros) carlson@carlson:~/gz-usd/build/bin$ ./sdf2usd /home/carlson/ros/multi_cable/src/multi_cable/sdf/cable_Mul_new.sdf ./cable_Mul_new.usd

The following errors occurred when parsing model [flexible_cable]:
Error Code 2: Msg: Error parsing joint [cable_1_joint_payload].
Error Code 5: Msg: Joint type is either invalid or not supported.

Is it possible to convert a universal joint?

@CarlsonGYC CarlsonGYC added the enhancement New feature or request label Dec 5, 2024
@ahcorde
Copy link
Collaborator

ahcorde commented Dec 5, 2024

In this file [1] you can check which joints are supported

[1] https://github.com/gazebosim/gz-usd/blob/main/src/usd_parser/USDJoints.cc

@CarlsonGYC
Copy link
Author

In this file [1] you can check which joints are supported

[1] https://github.com/gazebosim/gz-usd/blob/main/src/usd_parser/USDJoints.cc

Thank you, I will try two revolute joint to replace a universal joint then.

@ahcorde
Copy link
Collaborator

ahcorde commented Dec 9, 2024

I will close the issue, feel free to open another one if you have some other issues

@ahcorde ahcorde closed this as completed Dec 9, 2024
@github-project-automation github-project-automation bot moved this from Inbox to Done in Core development Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

2 participants