![]() |
Tesseract 0.28.4
|
Parse limits 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::JointLimits > | tesseract::urdf::parseLimits (const tinyxml2::XMLElement *xml_element) |
| Parse xml element limits. | |
| tinyxml2::XMLElement * | tesseract::urdf::writeLimits (const std::shared_ptr< const tesseract::scene_graph::JointLimits > &limits, tinyxml2::XMLDocument &doc) |
Parse limits from xml string.
| tesseract::scene_graph::JointLimits::Ptr tesseract::urdf::parseLimits | ( | const tinyxml2::XMLElement * | xml_element | ) |
Parse xml element limits.
| xml_element | The xml element |
| version | The version number |