-
Notifications
You must be signed in to change notification settings - Fork 146
Open
Description
I would like to use the export functions. However, they are deprecated, so that the tinyxml2 dependency is private, as described in: PR #190
I propose changing the API, so that export is available does not use tinyxml2. If this is acceptable, I can create a PR.
URDFDOM_DLLAPI std::string exportURDF(ModelInterfaceSharedPtr &model);
URDFDOM_DLLAPI std::string exportURDF(const ModelInterface &model);
kristnbo
Metadata
Metadata
Assignees
Labels
No labels