Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
world.h: remove initXml function, tinyxml include (#39)
* world.h: forward declare tinyxml and don't include The urdf::World class uses a pointer to a tinyxml symbol in the initXml function, but we don't want to export that dependency, so just forward declare the symbol since it's a pointer. * Remove the unimplemented initXml method. This allows us to remove tinyxml.h from the header file. Signed-off-by: Chris Lalancette <[email protected]>
- Loading branch information