Tetrapod Project
|
#include "xercesc/util/PlatformUtils.hpp"
#include "visualization_utils/color_interp.h"
#include "xercesc/dom/DOM.hpp"
#include "pugixml.hpp"
#include <string>
#include <Eigen/Core>
Go to the source code of this file.
Functions | |
XERCES_CPP_NAMESPACE_USE void | dummyExample () |
std::string | getFootstepSDFString (Eigen::MatrixX3d footsteps) |
std::string | getFootstepSDFStringPugi (Eigen::MatrixX3d footsteps) |
XERCES_CPP_NAMESPACE_USE void dummyExample | ( | ) |
Definition at line 59 of file xml_utils.cpp.
std::string getFootstepSDFString | ( | Eigen::MatrixX3d | footsteps | ) |
Definition at line 238 of file xml_utils.cpp.
std::string getFootstepSDFStringPugi | ( | Eigen::MatrixX3d | footsteps | ) |
Definition at line 65 of file xml_utils.cpp.