Tetrapod Project
xml_utils.h
Go to the documentation of this file.
1 #ifndef xml_utils_h
2 #define xml_utils_h
3 
4 #include "xercesc/util/PlatformUtils.hpp"
6 #include "xercesc/dom/DOM.hpp"
7 #include "pugixml.hpp"
8 
9 #include<string>
10 #include<Eigen/Core>
11 
12 XERCES_CPP_NAMESPACE_USE
13 
14 void dummyExample();
15 
16 std::string getFootstepSDFString(Eigen::MatrixX3d footsteps);
17 
18 std::string getFootstepSDFStringPugi(Eigen::MatrixX3d footsteps);
19 #endif
std::string getFootstepSDFString(Eigen::MatrixX3d footsteps)
Definition: xml_utils.cpp:238
std::string getFootstepSDFStringPugi(Eigen::MatrixX3d footsteps)
Definition: xml_utils.cpp:65
XERCES_CPP_NAMESPACE_USE void dummyExample()
Definition: xml_utils.cpp:59