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

Allow to insert models from rod objects #47

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

diegoferigo
Copy link
Member

This change enables to bypass entirely URDF / SDF descriptions (both files and strings).

It can be extremely useful in robot learning applications where the model has to be changed programmatically. Right now, even if the application has an in-memory rod model (that is easy to modify), it has to either serialize to string or write to file before passing it to jaxsim. Now, paying the price of extra time necessary for the parsing, the rod object can be edited in-memory and passed directly to jaxsim.

This is also useful, for example, to perform domain randomization in a highly parallel simulation.

@diegoferigo diegoferigo self-assigned this Aug 4, 2023
@diegoferigo diegoferigo merged commit fb593a5 into main Aug 4, 2023
24 checks passed
@diegoferigo diegoferigo deleted the feature/insert_rod_model branch August 4, 2023 08:32
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

2 participants