Tesseract
Motion Planning Environment
|
A urdf parser for tesseract. More...
Go to the source code of this file.
Namespaces | |
namespace | tesseract_urdf |
Functions | |
tesseract_scene_graph::SceneGraph::UPtr | tesseract_urdf::parseURDFString (const std::string &urdf_xml_string, const tesseract_common::ResourceLocator &locator) |
Parse a URDF string into a Tesseract Scene Graph. More... | |
tesseract_scene_graph::SceneGraph::UPtr | tesseract_urdf::parseURDFFile (const std::string &path, const tesseract_common::ResourceLocator &locator) |
Parse a URDF file into a Tesseract Scene Graph. More... | |
void | tesseract_urdf::writeURDFFile (const tesseract_scene_graph::SceneGraph::ConstPtr &sg, const std::string &package_path, const std::string &urdf_name="") |
A urdf parser for tesseract.