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

Improve model description support #30

Merged
merged 6 commits into from
May 3, 2023

Conversation

diegoferigo
Copy link
Member

  • Jaxsim can now load both SDF and URDF through rod. URDF support depends on the system availability of either Gazebo Classic or Gazebo Sim used for the conversion.
  • The kinematic tree of the parsed SDF and URDF description is automatically converted to use poses compatible with the URDF format (i.e. having all links directly attached to their parent joint). This is the only supported format in URDF. SDF models not compatible are not currently supported. This is necessary since jaxsim assumes URDF compatibility when it builds a physics model.

cc @fl-ferr

@diegoferigo diegoferigo self-assigned this May 3, 2023
@diegoferigo
Copy link
Member Author

@fl-ferr I added also you as reviewer, can you please check that this works in your case even without the need of manually switching the frame convention to Urdf? Now it is done internally.

@diegoferigo diegoferigo merged commit 040f72b into main May 3, 2023
20 checks passed
@diegoferigo diegoferigo deleted the improve_model_description_support branch May 3, 2023 16:14
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

3 participants