Skip to content

Commit

Permalink
address reviewers comment URDFModelExport
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Aug 26, 2019
1 parent 81e7f7a commit ee923f4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/model_io/urdf/src/URDFModelExport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
namespace iDynTree
{

/*
* This file uses extensivly the libxml2's tree API, see
* http://www.xmlsoft.org/examples/index.html#Tree for more info.
* Usage of the C-based libxml2 API in C++ means that is necessary to
* use the BAD_CAST macro for handling const-correctness.
* See https://stackoverflow.com/questions/45058878/why-libxml2-uses-bad-cast-everywhere-in-a-c-c-code
* and http://www.xmlsoft.org/html/libxml-xmlstring.html#BAD_CAST for details on this.
*/

/*
* Add a <origin> URDF element to the specified parent element with the specified transform.
*
Expand Down

0 comments on commit ee923f4

Please sign in to comment.