![]() |
Tesseract 0.28.4
|
Parse joint from xml string. More...
#include <tesseract/common/macros.h>#include <memory>#include <string_view>#include <tesseract/scene_graph/fwd.h>Functions | |
| std::shared_ptr< tesseract::scene_graph::Joint > | tesseract::urdf::parseJoint (const tinyxml2::XMLElement *xml_element) |
| Parse xml element joint. | |
| tinyxml2::XMLElement * | tesseract::urdf::writeJoint (const std::shared_ptr< const tesseract::scene_graph::Joint > &joint, tinyxml2::XMLDocument &doc) |
Parse joint from xml string.
| tesseract::scene_graph::Joint::Ptr tesseract::urdf::parseJoint | ( | const tinyxml2::XMLElement * | xml_element | ) |
Parse xml element joint.
| xml_element | The xml element |
| version | The version number |