6#include "fsb_urdf_error.h"
61UrdfJoint
urdf_parse_joint(
const std::string& fname,
const tinyxml2::XMLElement* joint_xml, UrdfError& err);
JointType
Joint type.
Definition fsb_joint.h:28
UrdfJoint urdf_parse_joint(const std::string &fname, const tinyxml2::XMLElement *joint_xml, UrdfError &err)
Parse a URDF joint element.
Definition fsb_urdf_joint.cpp:204
Structure representing a URDF joint.
Definition fsb_urdf_joint.h:25
JointType joint_type
Definition fsb_urdf_joint.h:30
std::string child_name
Definition fsb_urdf_joint.h:36
std::string parent_name
Definition fsb_urdf_joint.h:33
Transform parent_child_transform
Definition fsb_urdf_joint.h:39
std::string joint_name
Definition fsb_urdf_joint.h:27