6#include "fsb_urdf_name_map.h"
7#include "fsb_urdf_error.h"
8#include "fsb_body_tree.h"
28BodyTree
parse_urdf_string(
const std::string& urdf_string, UrdfNameMap& name_map, UrdfError& err);
38BodyTree
parse_urdf_file(
const std::string& urdf_filename, UrdfNameMap& name_map, UrdfError& err);
BodyTree parse_urdf_file(const std::string &urdf_filename, UrdfNameMap &name_map, UrdfError &err)
Parse URDF file to get body tree object.
Definition fsb_urdf.cpp:241
BodyTree parse_urdf_string(const std::string &urdf_string, UrdfNameMap &name_map, UrdfError &err)
Parse URDF file string to get body tree object.
Definition fsb_urdf.cpp:236