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

[WIP] Preliminary support for URDF export from iDynTree::Model #382

Closed
wants to merge 1 commit into from

Conversation

traversaro
Copy link
Member

Missing features:

However it is working fine, feel free to do a preliminary review if you want @francesco-romano @fiorisi @diegoferigo

@traversaro
Copy link
Member Author

cc @fjandrad

@traversaro
Copy link
Member Author

After working a bit with the libxml2 Tree API (see http://www.xmlsoft.org/examples/index.html#testWriter.c), I think it is sufficiently similar to TinyXML's API so that we could easily migrate this PR to using libxml2. The only caveat is that with libxml2's C-based API is extremely easy to introduce memory leaks, so any such code should be tested and the test should run under Valgrind in the CI. If anyone is interested in working on this, please contact me so that I can provide also some examples of TinyXML --> libxml2 migration.

@traversaro traversaro mentioned this pull request May 22, 2019
@traversaro
Copy link
Member Author

Closing this PR has it has been stale quite a while. Work on URDF export will be tracked in #536 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants