Parse safety_controller from xml string. More...
#include <tesseract_common/macros.h>
#include <memory>
#include <string_view>
#include <tesseract_scene_graph/fwd.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
tinyxml2 | |
Functions | |
std::shared_ptr< tesseract_scene_graph::JointSafety > | tesseract_urdf::parseSafetyController (const tinyxml2::XMLElement *xml_element) |
Parse xml element safety_controller. More... | |
tinyxml2::XMLElement * | tesseract_urdf::writeSafetyController (const std::shared_ptr< const tesseract_scene_graph::JointSafety > &safety, tinyxml2::XMLDocument &doc) |
Variables | |
static constexpr std::string_view | tesseract_urdf::SAFETY_CONTROLLER_ELEMENT_NAME = "safety_controller" |
Parse safety_controller from xml string.
Definition in file safety_controller.h.