![]() |
Tesseract
Motion Planning Environment
|
Parse collision from xml string. More...


Go to the source code of this file.
Namespaces | |
| namespace | tinyxml2 |
| namespace | tesseract_scene_graph |
| namespace | tesseract_common |
| namespace | tesseract_urdf |
Functions | |
| std::vector< std::shared_ptr< tesseract_scene_graph::Collision > > | tesseract_urdf::parseCollision (const tinyxml2::XMLElement *xml_element, const tesseract_common::ResourceLocator &locator, int version) |
| Parse xml element collision. More... | |
| tinyxml2::XMLElement * | tesseract_urdf::writeCollision (const std::shared_ptr< const tesseract_scene_graph::Collision > &collision, tinyxml2::XMLDocument &doc, const std::string &package_path, const std::string &link_name, int id) |
| writeCollision Write collision object to URDF XML More... | |
Parse collision from xml string.