![]() |
Tesseract 0.28.4
|
A urdf parser for tesseract. More...
#include <tesseract/common/macros.h>#include <string>#include <memory>#include <tesseract/scene_graph/fwd.h>#include <tesseract/common/fwd.h>Functions | |
| std::unique_ptr< tesseract::scene_graph::SceneGraph > | tesseract::urdf::parseURDFString (const std::string &urdf_xml_string, const tesseract::common::ResourceLocator &locator) |
| Parse a URDF string into a Tesseract Scene Graph. | |
| std::unique_ptr< tesseract::scene_graph::SceneGraph > | tesseract::urdf::parseURDFFile (const std::string &path, const tesseract::common::ResourceLocator &locator) |
| Parse a URDF file into a Tesseract Scene Graph. | |
| void | tesseract::urdf::writeURDFFile (const std::shared_ptr< const tesseract::scene_graph::SceneGraph > &sg, const std::string &package_path, const std::string &urdf_name="") |
A urdf parser for tesseract.
| std::unique_ptr< tesseract::scene_graph::SceneGraph > tesseract::urdf::parseURDFString | ( | const std::string & | urdf_xml_string, |
| const tesseract::common::ResourceLocator & | locator | ||
| ) |
Parse a URDF string into a Tesseract Scene Graph.
| urdf_xml_string | URDF xml string |
| locator | The resource locator function |
| std::nested_exception | Thrown if error occurs during parsing. Use printNestedException to print contents of the nested exception. |
| std::unique_ptr< tesseract::scene_graph::SceneGraph > tesseract::urdf::parseURDFFile | ( | const std::string & | path, |
| const tesseract::common::ResourceLocator & | locator | ||
| ) |
Parse a URDF file into a Tesseract Scene Graph.
| URDF | file path |
| The | resource locator function |
| std::nested_exception | Thrown if error occurs during parsing. Use printNestedException to print contents of the nested exception. |