4#include "fsb_urdf_error.h"
34Transform
urdf_parse_origin(
const std::string& fname,
const std::string& el_name,
const tinyxml2::XMLElement* el_xml, UrdfError& err);
56 const std::string& fname,
const std::string& body_name,
const tinyxml2::XMLElement* body_xml, UrdfError& err);
MotionVector urdf_parse_origin_offset(const std::string &fname, const std::string &body_name, const tinyxml2::XMLElement *body_xml, UrdfError &err)
Parse first child origin offset element.
Definition fsb_urdf_origin.cpp:80
Transform urdf_parse_origin(const std::string &fname, const std::string &el_name, const tinyxml2::XMLElement *el_xml, UrdfError &err)
Parse first child origin element to get coordinate transform.
Definition fsb_urdf_origin.cpp:14