This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix segfault on groovy, not tested on fuerte see #4
- Loading branch information
Showing
3 changed files
with
31 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ff7c4f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey @k-okada:
I was wondering why collada_urdf.h has so many missing functions. This PR got merged before I took over as a maintainer; do you think you could tell me what the justification was?
I think that it's better API design to break up the functionality of
ColladaWriter
into separate functions. Additionally, the tests for this package are currently commented out, and the body of those tests includes functionality that was deleted in this commit. If you think it's a good idea I will attempt to cherry-pick some old commits (e.g. e92227f) to restore them.ff7c4f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ff7c4f4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can see why the shared_ptr is a bad idea; it seems that some of the data pointed to by the DAE is deleted when the ColladaWriter object goes out of scope.