Parse origin from xml string. More...
#include <tesseract_common/macros.h>
#include <stdexcept>
#include <vector>
#include <boost/algorithm/string.hpp>
#include <Eigen/Geometry>
#include <tesseract_common/utils.h>
#include <tinyxml2.h>
#include <tesseract_urdf/origin.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
Functions | |
Eigen::Isometry3d | tesseract_urdf::parseOrigin (const tinyxml2::XMLElement *xml_element) |
Parse xml element origin. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeOrigin (const Eigen::Isometry3d &origin, tinyxml2::XMLDocument &doc) |
Parse origin from xml string.
Definition in file origin.cpp.