6#include "fsb_urdf_error.h"
Urdf parsing error.
Definition fsb_urdf_error.h:77
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:286
Definition fsb_urdf_joint.h:21
Real lower_position
Definition fsb_urdf_joint.h:23
Real max_velocity
Definition fsb_urdf_joint.h:29
Real upper_position
Definition fsb_urdf_joint.h:26
bool set
Definition fsb_urdf_joint.h:32
Structure representing a URDF joint.
Definition fsb_urdf_joint.h:39
JointType joint_type
Definition fsb_urdf_joint.h:44
UrdfJointLimits limits
Definition fsb_urdf_joint.h:56
bool reversed
reversed direction of the joint axis
Definition fsb_urdf_joint.h:59
std::string child_name
Definition fsb_urdf_joint.h:50
std::string parent_name
Definition fsb_urdf_joint.h:47
Transform parent_child_transform
Definition fsb_urdf_joint.h:53
std::string joint_name
Definition fsb_urdf_joint.h:41