Parse safety_controller from xml string. More...
#include <tesseract_common/macros.h>
#include <stdexcept>
#include <console_bridge/console.h>
#include <tinyxml2.h>
#include <tesseract_scene_graph/joint.h>
#include <tesseract_urdf/safety_controller.h>
#include <tesseract_urdf/utils.h>
Go to the source code of this file.
Namespaces | |
tesseract_urdf | |
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) |
Parse safety_controller from xml string.
Definition in file safety_controller.cpp.